Windows POINT structure with constructor. More...
#include <Rect.h>
Public Member Functions | |
Point (LONG px=0, LONG py=0) | |
Point (const POINT &other) | |
Point & | ClientToScreen (HWND window) |
Point | operator+ (const POINT &other) |
Point & | operator+= (const POINT &other) |
Point | operator- (const POINT &other) |
Point & | operator-= (const POINT &other) |
void | operator= (const POINT &other) |
bool | operator== (const POINT &other) const |
Point & | ScreenToClient (HWND window) |
Windows POINT structure with constructor.
|
inline |
Allow a little vector math for Points
|
inline |
Allow a little vector math for Points
|
inline |
Allow a little vector math for Points
|
inline |
Allow a little vector math for Points