Ellipse Class
The Ellipse object can be used to specify a hit area for displayobjects see PIXI.Ellipse for more information.
Constructor
Ellipse
(
-
x
-
y
-
width
-
height
Parameters:
-
x
NumberThe X coord of the upper-left corner of the framing rectangle of this ellipse
-
y
NumberThe Y coord of the upper-left corner of the framing rectangle of this ellipse
-
width
NumberThe overall height of this ellipse
-
height
NumberThe overall width of this ellipse