![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Public Member Functions | |
| CXPoint (int X, int Y) | |
| CXPoint (POINT pt) | |
| CXPoint (POINTS pts) | |
| CXPoint (SIZE sz) | |
| void | Offset (int dx, int dy) |
| void | Offset (POINT pt) |
| void | Offset (SIZE sz) |
| void | SetPoint (int X, int Y) |
| operator LPPOINT () | |
| bool | operator== (POINT pt) const |
| bool | operator!= (POINT pt) const |
| void | operator+= (SIZE sz) |
| void | operator-= (SIZE sz) |
| void | operator+= (POINT pt) |
| void | operator-= (POINT pt) |
| CXPoint | operator- () const |
| CXPoint | operator+ (SIZE sz) const |
| CXPoint | operator- (SIZE sz) const |
| CXPoint | operator+ (POINT pt) const |
| CXPoint | operator- (POINT pt) const |
| CXRect | operator+ (RECT rc) const |
| CXRect | operator- (RECT rc) const |