Call this member function to add to the values of the x and y members of the CPoint object.
void Offset( int xOffset, int yOffset );
void Offset( POINT point );
void Offset( SIZE size );
Header file: | Afxwin.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CPoint Overview, CPoint Member Functions, Simple Value Types, CPoint::operator +=, CPoint::operator –=