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.
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