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

    Parameters

    left
    top
    width
    height
    See Also