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

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

    Parameters

    left
    top
    width
    height
    See Also