CRect operator –( POINT point ) const;
point
Contains a POINT or CPoint.
A new CRect that is equal to CRect displaced by –point. Moves the Rect –point.x units along the x-axis and –point.y units along the y-axis. The x and y parameters are subtracted from CRect's dimensions.
The CRect resulting from the offset by point.