Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/atl/
H A Datltypes.h261 CRect(POINT topLeft, POINT bottomRight) noexcept in CRect() argument
265 right = bottomRight.x; in CRect()
266 bottom = bottomRight.y; in CRect()