API Documentation for: 1.0.0
Show:

Graphics.Arc Class

Defined in: Graphics.Arc:1714
Module: EaselJS

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

Constructor

Graphics.Arc

(
  • x
  • y
  • radius
  • startAngle
  • endAngle
  • anticlockwise
)

Defined in Graphics.Arc:1714

Parameters:

Item Index

Methods

Methods

exec

(
  • ctx
)

Defined in exec:1749

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

anticlockwise

Number

Defined in anticlockwise:1745

endAngle

Number

Defined in endAngle:1741

radius

Number

Defined in radius:1733

startAngle

Number

Defined in startAngle:1737

x

Number

Defined in x:1725

y

Number

Defined in y:1729