Skip to content

Graphics.drawEllipse method

Graphics › drawEllipse

Unofficial

Draws an ellipse.

Signature:

drawEllipse(x: number, y: number, width: number, height: number): this

Parameters:

Parameter Type Description
x number Center X.
y number Center Y.
width number Half width.
height number Half height.

Returns: thisThis graphics for chaining.