CPoint::operator +=

This operator adds the x (or cx) member of the right operand to the x member of the CPoint object and the y (or cy) member of the right operand to the y member of the CPoint object.

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