ReactOS 0.4.15-dev-6712-g46b4b55
|
#include <atltypes.h>
Public Member Functions | |
CPoint () throw () | |
CPoint (int initX, int initY) throw () | |
CPoint (POINT initPt) throw () | |
CPoint (SIZE initSize) throw () | |
CPoint (LPARAM dwPoint) throw () | |
void | Offset (int xOffset, int yOffset) throw () |
void | Offset (POINT point) throw () |
void | Offset (SIZE size) throw () |
BOOL | operator== (POINT point) const throw () |
BOOL | operator!= (POINT point) const throw () |
void | operator+= (SIZE size) throw () |
void | operator+= (POINT point) throw () |
void | operator-= (SIZE size) throw () |
void | operator-= (POINT point) throw () |
CPoint | operator+ (SIZE size) const throw () |
CPoint | operator+ (POINT point) const throw () |
CRect | operator+ (const RECT *lpRect) const throw () |
CSize | operator- (POINT point) const throw () |
CPoint | operator- (SIZE size) const throw () |
CRect | operator- (const RECT *lpRect) const throw () |
CPoint | operator- () const throw () |
Additional Inherited Members | |
![]() | |
long | x |
long | y |
LONG | x |
LONG | y |
Definition at line 28 of file atltypes.h.
|
inline |
Definition at line 37 of file atltypes.h.
|
inline |
Definition at line 43 of file atltypes.h.
|
inline |
Definition at line 48 of file atltypes.h.
|
inline |
Definition at line 53 of file atltypes.h.
Definition at line 59 of file atltypes.h.
Definition at line 65 of file atltypes.h.
Definition at line 70 of file atltypes.h.
Definition at line 80 of file atltypes.h.
Definition at line 542 of file atltypes.h.
Definition at line 110 of file atltypes.h.
Definition at line 90 of file atltypes.h.
Definition at line 85 of file atltypes.h.
|
inline |
Definition at line 126 of file atltypes.h.
Definition at line 95 of file atltypes.h.