[]
Adds an ellipse to the current path.
public void AddEllipse(float x, float y, float width, float height)
| Type | Name | Description |
|---|---|---|
| float | x | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. |
| float | y | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. |
| float | width | The width of the bounding rectangle that defines the ellipse. |
| float | height | The height of the bounding rectangle that defines the ellipse. |