Wrapper around a Win32 RECT.
Public Member Functions | |
| Rect () | |
| Rect (LONG _left, LONG _top, LONG _right, LONG _bottom) | |
| ~Rect () | |
| bool | operator== (const Rect &rc) |
| int | Width () const |
| int | Height () const |
| void | Translate (LONG x, LONG y) |
| Rect | ( | ) |
| Rect | ( | LONG | _left, |
| LONG | _top, | ||
| LONG | _right, | ||
| LONG | _bottom | ||
| ) |
| ~Rect | ( | ) |
| bool operator== | ( | const Rect & | rc | ) |
| int Width | ( | ) | const |
| int Height | ( | ) | const |
| void Translate | ( | LONG | x, |
| LONG | y | ||
| ) |
1.8.7