Public Members

Construction/Destruction

CPoint Constructs a CPoint.  

Operations

Offset Adds separate values to the x and y members of the CPoint.  
operator == Checks for equality between two points.  
operator != Checks for inequality between two points.  
operator += Offsets a CPoint by a size.  
operator –= Subtracts a size from the CPoint.  

Operators Returning CPoint Values

operator + Returns a CPoint offset by a size.  
operator – Returns a CPoint offset by a negative size.  

Operators Returning CSize Values

operator – Returns the size difference between two points.