CPoint::operator -=

Use this operator to subtract the x (or cx) member of the right-hand operand from the x member of the CPoint and the y (or cy) member of the right-hand operand from the y member of the CPoint.

Syntax

void operator –=( SIZE size );

void operator–=( POINT point );

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CPoint Overview, CPoint Operators, Simple Value Types, CPoint::operator –, CPoint::operator +=, CPoint::Offset