[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetClippingRegion

SetClippingRegion Method

SetClippingRegion(nint, CombineMode)

Combines the specified region with the current clipping region using the specified mode.

Declaration
public void SetClippingRegion(nint regionHandle, CombineMode combineMode)
Parameters
Type Name Description
nint regionHandle

A nint that indicates handle to the region to be selected. This handle can only be IntPtr.Zero when the CombineMode.Replace mode is specified

CombineMode combineMode

A CombineMode that indicates the combine mode.

Remarks

The coordinate of region will not be effected by current origin of page space.