[]
Draw ellipse with currect stroke and fill.
void DrawEllipse(double cx, double cy, double rx, double ry)
| Type | Name | Description |
|---|---|---|
| double | cx | X-coordinate of ellipse center. |
| double | cy | Y-coordinate of ellipse center. |
| double | rx | x-radius. |
| double | ry | y-radius. |