Reports for WinForms | ComponentOne
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 Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void SetClipRegion( 
       float left,
       float top,
       float width,
       float height
    )

    Parameters

    left
    top
    width
    height
    See Also