API Documentation for: 0.8.2
Show:

Graphics.Ellipse Class

Defined in: Graphics.Ellipse:2274
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:2299

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

h

Number

Defined in h:2295

w

Number

Defined in w:2291

x

Number

Defined in x:2283

y

Number

Defined in y:2287