Construction
| Constructs a CPoint. | 
Operations
| Adds values to the x and y members of the CPoint. | |
| Checks for inequality between two points. | |
| Checks for equality between two points. | 
Operators Returning CPoint Values
| Returns the difference of a CPoint and a size, or the negation of a point. | |
| Returns the sum of a CPoint and a size or point. | |
| Offsets CPoint by adding a size or point. | |
| Offsets CPoint by subtracting a size or point. | 
Operators Returning CSize Values
| Returns the size difference between two points. | 
Operators Returning CRect Values
| Returns a CRect offset by a negative size. | |
| Returns a CRect offset by a size. |