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

In This Topic
    SetClipRegion(Int32,Int32,Int32,Int32) Method
    In This Topic
    Sets the clipping region.
    Syntax
    'Declaration
     
    Public Overloads Sub SetClipRegion( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) 
    public void SetClipRegion( 
       System.int left,
       System.int top,
       System.int width,
       System.int height
    )

    Parameters

    left
    top
    width
    height
    See Also