[]
Combines the specified region with the current clipping region using the specified mode.
public void SetClippingRegion(IntPtr regionHandle, CombineMode combineMode)
Type | Name | Description |
---|---|---|
IntPtr | regionHandle | A IntPtr 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.