CPoint::operator -=

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.

At a Glance

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

Syntax

void operator =( SIZE size );

void operator=( POINT point );

See Also

CPoint::operator , CPoint::operator +=, CPoint::Offset