|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Public Member Functions | |
| RECT () | |
| RECT (int left, int top, int width, int height) | |
| bool | Contains (POINT p) |
Static Public Member Functions | |
| static bool | operator== (RECT r1, RECT r2) |
| static bool | operator!= (RECT r1, RECT r2) |
| static bool | operator== (Rectangle r1, RECT r2) |
| static bool | operator!= (Rectangle r1, RECT r2) |
| static bool | operator== (RECT r1, Rectangle r2) |
| static bool | operator!= (RECT r1, Rectangle r2) |
| static RECT | operator+ (RECT r, POINT p) |
| static RECT | operator+ (POINT p, RECT r) |
Public Attributes | |
| int | Left |
| int | Top |
| int | Right |
| int | Bottom |