A
System.IntPtr that indicates handle to the region to be selected. This handle can only be IntPtr.Zero when the CombineMode.Replace mode is specified
In This Topic
Combines the specified region with the current clipping region using the specified mode.
Syntax
Parameters
- regionHandle
- A System.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
- A System.Drawing.Drawing2D.CombineMode that indicates the combine mode.
See Also