ComponentOne FlexChart for WinForms
SetClipRect Method


C1.Chart Namespace > IRenderEngine Interface : SetClipRect Method
Clip rectangle. Null clear clipping rectangle.
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
)

Parameters

rect
Clip rectangle. Null clear clipping rectangle.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members