CDC::SelectClipPath

BOOL SelectClipPath( int nMode );

Return Value

Nonzero if the function is successful; otherwise 0.

Parameters

nMode

Specifies the way to use the path. The following values are allowed:

Remarks

Selects the current path as a clipping region for the device context, combining the new region with any existing clipping region by using the specified mode. The device context identified must contain a closed path.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::BeginPath, CDC::EndPath