Skip to content

Graphics.drawEllipse method

Graphics › drawEllipse

Unofficial

Draws an ellipse.

Signature:

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

Parameters:

ParameterTypeDescription
xnumberCenter X.
ynumberCenter Y.
widthnumberHalf width.
heightnumberHalf height.

Returns: thisThis graphics for chaining.