Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    ) 
    public void SetClipRegion( 
       IntPtr region,
       int mode
    )

    Parameters

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