[]
        
(Showing Draft Content)

C1.Util.SvgRendering.DrawRect

DrawRect Method

DrawRect(double, double, double, double)

Draw rectangle with current stroke and fill.

Declaration
public 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.

Implements