Rect

Undocumented in source.

Members

Functions

opEquals
bool opEquals(Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Point position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Point position [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromRECT
Rect fromRECT(RECT* pWinRect)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Rect opCall(Point pt, Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Rect opCall(uint l, uint t, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta