Graphics.drawEllipse method
Graphics › drawEllipse
Unofficial
Draws an ellipse.Signature:
drawEllipse(x: number, y: number, width: number, height: number): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | Center X. |
| y | number | Center Y. |
| width | number | Half width. |
| height | number | Half height. |
Returns: this — This graphics for chaining.