'Declaration
Public Sub SetClippingRegion( _ ByVal regionHandle As IntPtr, _ ByVal combineMode As CombineMode _ )
public void SetClippingRegion( IntPtr regionHandle, CombineMode combineMode )
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.