ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / SetClipRegion Method / SetClipRegion(Rectangle,Int32) Method

In This Topic
    SetClipRegion(Rectangle,Int32) Method
    In This Topic
    Sets the clipping region.
    Syntax
    'Declaration
     
    Public Overloads Sub SetClipRegion( _
       ByVal rect As System.Drawing.Rectangle, _
       ByVal mode As System.Integer _
    ) 
    public void SetClipRegion( 
       System.Drawing.Rectangle rect,
       System.int mode
    )

    Parameters

    rect
    mode
    See Also