C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / SetClipRegion Method / SetClipRegion(IntPtr,Int32) Method
The clipping region.
The mode to use.

In This Topic
SetClipRegion(IntPtr,Int32) Method
In This Topic
Sets the clipping region.
Syntax
'Declaration
 
Public Overloads Sub SetClipRegion( _
   ByVal region As IntPtr, _
   ByVal mode As Integer _
) 
 

Parameters

region
The clipping region.
mode
The mode to use.
See Also