CDC::OffsetClipRgn

This member function moves the clipping region of the device context by the specified offsets.

Syntax

virtual int OffsetClipRgn( int x, int y );

virtual int OffsetClipRgn( SIZE size );

At a Glance

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

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::SelectClipRgn