CDC::SelectClipRgn

This member function selects the given region as the current clipping region for the device context.

Syntax

virtual int SelectClipRgn( CRgn* pRgn );

int SelectClipRgn( CRgn* pRgn, int nMode );

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::GetClipBox, CRgn