Class type Ellipse-PIXI._t
method height#=: Js.Internal.meth([ `Arity_1(float) ], unit)method height: floatmethod width#=: Js.Internal.meth([ `Arity_1(float) ], unit)method width: floatmethod x#=: Js.Internal.meth([ `Arity_1(float) ], unit)method x: floatmethod y#=: Js.Internal.meth([ `Arity_1(float) ], unit)method y: floatmethod clone: Js.Internal.meth([ `Arity_0 ], Js.t(_t))Creates a clone of this ellipse
method contains: Js.Internal.meth([ `Arity_2((float, float)) ], bool)Checks whether the x and y coordinates passed to this function are contained within this ellipse
method getBounds: Js.Internal.meth([ `Arity_0 ], PIXI.Rectangle.t)Returns the framing rectangle of the ellipse as a Rectangle object