|
| CPoint (int initX, int initY) |
|
| CPoint (POINT initPt) |
|
| CPoint (SIZE initSize) |
|
| CPoint (DWORD dwPoint) |
|
void | Offset (int xOffset, int yOffset) |
|
void | Offset (POINT point) |
|
void | Offset (SIZE size) |
|
BOOL | operator== (POINT point) const |
|
BOOL | operator!= (POINT point) const |
|
void | operator+= (SIZE size) |
|
void | operator-= (SIZE size) |
|
void | operator+= (POINT point) |
|
void | operator-= (POINT point) |
|
void | SetPoint (int X, int Y) |
|
CPoint | operator+ (SIZE size) const |
|
CPoint | operator- (SIZE size) const |
|
CPoint | operator- () const |
|
CPoint | operator+ (POINT point) const |
|
CSize | operator- (POINT point) const |
|
CRect | operator+ (const RECT *lpRect) const |
|
CRect | operator- (const RECT *lpRect) const |
|
The documentation for this class was generated from the following file: