ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <atltypes.h>
Public Member Functions | |
CSize () throw () | |
CSize (int initCX, int initCY) throw () | |
CSize (SIZE initSize) throw () | |
CSize (POINT initPt) throw () | |
CSize (DWORD dwSize) throw () | |
BOOL | operator== (SIZE size) const throw () |
BOOL | operator!= (SIZE size) const throw () |
void | operator+= (SIZE size) throw () |
void | operator-= (SIZE size) throw () |
CSize | operator+ (SIZE size) const throw () |
CPoint | operator+ (POINT point) const throw () |
CRect | operator+ (const RECT *lpRect) const throw () |
CSize | operator- (SIZE size) const throw () |
CPoint | operator- (POINT point) const throw () |
CRect | operator- (const RECT *lpRect) const throw () |
CSize | operator- () const throw () |
Additional Inherited Members | |
![]() | |
LONG | cx |
LONG | cy |
Definition at line 132 of file atltypes.h.
|
inline |
Definition at line 140 of file atltypes.h.
|
inline |
Definition at line 146 of file atltypes.h.
|
inline |
Definition at line 151 of file atltypes.h.
|
inline |
Definition at line 156 of file atltypes.h.
Definition at line 167 of file atltypes.h.
|
inline |
Definition at line 184 of file atltypes.h.
|
inline |
Definition at line 189 of file atltypes.h.
|
inline |
Definition at line 556 of file atltypes.h.
|
inline |
Definition at line 172 of file atltypes.h.
|
inline |
Definition at line 196 of file atltypes.h.
|
inline |
Definition at line 201 of file atltypes.h.
|
inline |
Definition at line 563 of file atltypes.h.
|
inline |
Definition at line 208 of file atltypes.h.
|
inline |
Definition at line 178 of file atltypes.h.
|
inline |
Definition at line 162 of file atltypes.h.