[]
Draw round rectangle with current stroke and fill.
public void DrawRoundRect(double x, double y, double w, double h, double rx, double ry)
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. |