ReactOS 0.4.16-dev-889-g9563c07
|
#include <atltypes.h>
Public Member Functions | |
CPoint () noexcept | |
CPoint (int initX, int initY) noexcept | |
CPoint (POINT initPt) noexcept | |
CPoint (SIZE initSize) noexcept | |
CPoint (LPARAM dwPoint) noexcept | |
void | Offset (int xOffset, int yOffset) noexcept |
void | Offset (POINT point) noexcept |
void | Offset (SIZE size) noexcept |
BOOL | operator== (POINT point) const noexcept |
BOOL | operator!= (POINT point) const noexcept |
void | operator+= (SIZE size) noexcept |
void | operator+= (POINT point) noexcept |
void | operator-= (SIZE size) noexcept |
void | operator-= (POINT point) noexcept |
CPoint | operator+ (SIZE size) const noexcept |
CPoint | operator+ (POINT point) const noexcept |
CRect | operator+ (const RECT *lpRect) const noexcept |
CSize | operator- (POINT point) const noexcept |
CPoint | operator- (SIZE size) const noexcept |
CRect | operator- (const RECT *lpRect) const noexcept |
CPoint | operator- () const noexcept |
Additional Inherited Members | |
![]() | |
long | x |
long | y |
LONG | x |
LONG | y |
Definition at line 28 of file atltypes.h.
|
inlinenoexcept |
Definition at line 37 of file atltypes.h.
|
inlinenoexcept |
Definition at line 43 of file atltypes.h.
|
inlinenoexcept |
Definition at line 48 of file atltypes.h.
|
inlinenoexcept |
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 596 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.
|
inlinenoexcept |
Definition at line 126 of file atltypes.h.
Definition at line 95 of file atltypes.h.