◄CRect► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── void operator -=( POINT point ); Parameter Description <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► -♦-