CDC::ExcludeClipRect

This member function creates a new clipping region that consists of the existing clipping region minus the specified rectangle.

Syntax

virtual int ExcludeClipRect( int x1, int y1, int x2, int y2 );

virtual int ExcludeClipRect( LPCRECT lpRect );

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::ExcludeUpdateRgn