|
Public Member Functions |
| | oofRect () |
| | oofRect (int left, int top, int right, int bottom) |
| | oofRect (const oofRect &) |
| | oofRect (POINT, POINT) |
| | oofRect (POINT, SIZE) |
| | oofRect (const tagRECT &) |
| | oofRect (const LPRECT) |
| virtual void | describe (std::ostream &os) const |
| void | set (int left, int top, int right, int bottom) |
| void | setSize (int left, int top, int width, int height) |
| void | normalize () |
| void | correct () |
| void | offset (int dx, int dy) |
| void | transform (double dx, double dy) |
| void | transform (double factor) |
| int | width () |
| int | height () |
| int | rawWidth () |
| int | rawHeight () |
| int | invWidth () |
| int | invHeight () |
| bool | isRectEqual (oofRect *pRect) |
| | operator Rect * () |
| | operator const Rect * () |
| | operator Rect () |
| | operator const Rect () |
| void | operator= (const Rect &) |