Optionalx: numberThe X coordinate of the center of this ellipse
Optionaly: numberThe Y coordinate of the center of this ellipse
OptionalhalfWidth: numberThe half width of this ellipse
OptionalhalfHeight: numberThe half height of this ellipse
ReadonlytypeThe 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