[]
        
(Showing Draft Content)

C1.Util.SvgRendering.DrawRoundRect

DrawRoundRect Method

DrawRoundRect(double, double, double, double, double, double)

Draw round rectangle with current stroke and fill.

Declaration
public void DrawRoundRect(double x, double y, double w, double h, double rx, double ry)
Parameters
Type Name Description
double x

x-coordinate of rectangle.

double y

y-coordinate of rectangle.

double w

Rectangle width.

double h

Rectangle height.

double rx

x-radius.

double ry

y-radius.

Implements