CRect::operator -=

Syntax

void operator –=( POINT point );

Parameters

point

Contains a POINT or CPoint.

Remarks

Moves CRect by the specified offsets. Moves CRect x units along the x-axis and y units along the y-axis. The x and y parameters are subtracted from CRect.

See Also

CRect::OffsetRect