neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
neo::Point Struct Reference

Windows POINT structure with constructor. More...

#include <Rect.h>

Inheritance diagram for neo::Point:
Inheritance graph
[legend]

Public Member Functions

 Point (LONG px=0, LONG py=0)
 
 Point (const POINT &other)
 
PointClientToScreen (HWND window)
 
Point operator+ (const POINT &other)
 
Pointoperator+= (const POINT &other)
 
Point operator- (const POINT &other)
 
Pointoperator-= (const POINT &other)
 
void operator= (const POINT &other)
 
bool operator== (const POINT &other) const
 
PointScreenToClient (HWND window)
 

Detailed Description

Windows POINT structure with constructor.

Member Function Documentation

Point neo::Point::operator+ ( const POINT &  other)
inline

Allow a little vector math for Points

Point& neo::Point::operator+= ( const POINT &  other)
inline

Allow a little vector math for Points

Point neo::Point::operator- ( const POINT &  other)
inline

Allow a little vector math for Points

Point& neo::Point::operator-= ( const POINT &  other)
inline

Allow a little vector math for Points


The documentation for this struct was generated from the following file: