C1.WPF.FlexChart.4.6.2 Assembly / C1.Chart Namespace / IRenderEngine Interface / SetClipRect Method
Clip rectangle. Null clear clipping rectangle.

In This Topic
SetClipRect Method (IRenderEngine)
In This Topic
Sets clip rectangle.
Syntax
'Declaration
 
Sub SetClipRect( _
   ByVal rect As Nullable(Of _Rect) _
) 
 

Parameters

rect
Clip rectangle. Null clear clipping rectangle.
See Also