ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine 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) _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim rect As Nullable(Of _Rect)
     
    instance.SetClipRect(rect)
    void SetClipRect( 
       Nullable<_Rect> rect
    )
    void SetClipRect( 
       Nullable<_Rect> rect
    ) 

    Parameters

    rect
    Clip rectangle. Null clear clipping rectangle.
    See Also