API Documentation for: 1.0.0
Show:

Graphics.Ellipse Class

Defined in: Graphics.Ellipse:2263
Module: EaselJS

Graphics command object. See drawEllipse and append for more information.

Constructor

Graphics.Ellipse

(
  • x
  • y
  • w
  • h
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:2288

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

h

Number

Defined in h:2284

w

Number

Defined in w:2280

x

Number

Defined in x:2272

y

Number

Defined in y:2276