Rect

An axis-aligned rectangle in device pixels.

Members

Functions

toRECT
RECT toRECT()

Convert to a Win32 RECT.

Static functions

fromRECT
Rect fromRECT(RECT r)

Build a Rect from a Win32 RECT (left/top/right/bottom).

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta