CPoint::Offset

Call this member function to add to the values of the x and y members of the CPoint object.

Syntax

void Offset( int xOffset, int yOffset );

void Offset( POINT point );

void Offset( SIZE size );

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CPoint Overview, CPoint Member Functions, Simple Value Types, CPoint::operator +=, CPoint::operator –=