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