API Docs for: v0.1.0
Show:

Ellipse Class

Defined in: src\geom\Ellipse.js:1

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 Number

    The X coord of the upper-left corner of the framing rectangle of this ellipse

  • y Number

    The Y coord of the upper-left corner of the framing rectangle of this ellipse

  • width Number

    The overall height of this ellipse

  • height Number

    The overall width of this ellipse

Item Index