API Documentation for: 0.8.2
Show:

Graphics.ArcTo Class

Defined in: Graphics.ArcTo:1684
Module: EaselJS

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

Constructor

Graphics.ArcTo

(
  • x1
  • y1
  • x2
  • y2
  • radius
)

Defined in Graphics.ArcTo:1684

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1714

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

radius

Number

Defined in radius:1710

x1

Number

Defined in x1:1694

x2

Number

Defined in x2:1702

y1

Number

Defined in y1:1698

y2

Number

Defined in y2:1706