Graphics#drawEllipse()

drawEllipse(x, y, width, height) → {PIXI.Graphics}

Draws an ellipse.

Parameters
Name Type Description
x Number

The X coordinate of the center of the ellipse

y Number

The Y coordinate of the center of the ellipse

width Number

The half width of the ellipse

height Number

The half height of the ellipse

Returns
Source code: pixi/primitives/Graphics.js (Line 581)
doc_phaser
2017-02-14 10:49:51
Comments
Leave a Comment

Please login to continue.