API Documentation for: NEXT
Show:

Graphics.Ellipse Class

Defined in: Graphics.Ellipse:2253
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:2278

Parameters:

  • ctx CanvasRenderingContext2D

Properties

h

Number

Defined in h:2274

w

Number

Defined in w:2270

x

Number

Defined in x:2262

y

Number

Defined in y:2266