ComponentOne FlexChart for WPF
DrawRect Method

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace > IRenderEngine Interface : DrawRect Method
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.
Draw rectangle with currect stroke and fill.
Syntax
'Declaration
 
Sub DrawRect( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double _
) 
void DrawRect( 
   System.double x,
   System.double y,
   System.double w,
   System.double h
)

Parameters

x
x-coordinate of rectangle.
y
y-coordinate of rectangle.
w
Rectangle width.
h
Rectangle height.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members