Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetClipRect Method
Clip rectangle. Null clear clipping rectangle.

In This Topic
    SetClipRect Method
    In This Topic
    Sets clip rectangle.
    Syntax
    'Declaration
     
    Sub SetClipRect( _
       ByVal rect As Nullable(Of Rect) _
    ) 
    void SetClipRect( 
       Nullable<Rect> rect
    )

    Parameters

    rect
    Clip rectangle. Null clear clipping rectangle.
    See Also