CRgn::OffsetRgn

Call this member function to move the region stored in the CRgn object by the specified offsets.

Syntax

int OffsetRgn( int x, int y );

int OffsetRgn( POINT point );

At a Glance

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

See Also

CRgn Overview, CRgn Member Functions, Graphical Drawing Object Classes