This operator subtracts the x (or cx) member of the right operand from the x member of the CPoint and the y (or cy) member of the right operand from the y member of the CPoint.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
void operator –=( SIZE size );
void operator–=( POINT point );
CPoint::operator –, CPoint::operator +=, CPoint::Offset