[]
Combines the specified region with the current clipping region using the specified mode.
public void SetClippingRegion(nint regionHandle, CombineMode combineMode)
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. |
The coordinate of region will not be effected by current origin of page space.