BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::SetClipRect ( const CBCGPRect rectClip,
int  nFlags = RGN_COPY 
)
virtual

Selects the specified rectangle as clipping region for a device content.

Parameters
rectClipThe rectangle.
nFlagsThis parameter can be one of the following values: RGN_COPY (by default), RGN_AND, RGN_DIFF, RGN_OR or RGN_XOR

See Windows SDK SelectClipPath function documentation for information about RGN_ flags.

Call ReleaseClipArea() method to remove the clipping region.