[]
        
(Showing Draft Content)

C1.Chart.IRenderEngine.DrawRect

DrawRect Method

DrawRect(double, double, double, double)

Draw rectangle with currect stroke and fill.

Declaration
void DrawRect(double x, double y, double w, double h)
Parameters
Type Name Description
double x

x-coordinate of rectangle.

double y

y-coordinate of rectangle.

double w

Rectangle width.

double h

Rectangle height.