Optional
x: numberThe X coordinate of the center of this ellipse
Optional
y: numberThe Y coordinate of the center of this ellipse
Optional
halfWidth: numberThe half width of this ellipse
Optional
halfHeight: numberThe half height of this ellipse
Readonly
typeThe type of the object, mainly used to avoid instanceof
checks
Checks whether the x and y coordinates given are contained within this ellipse
The X coordinate of the point to test
The Y coordinate of the point to test
Whether the x/y coords are within this ellipse
Returns the framing rectangle of the ellipse as a Rectangle object
The framing rectangle
The Ellipse object is used to help draw graphics and can also be used to specify a hit area for displayObjects.
Memberof
PIXI