API Documentation for: 1.0.0
Show:

Graphics.ArcTo Class

Defined in: Graphics.ArcTo:1673
Module: EaselJS

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

Constructor

Graphics.ArcTo

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

Defined in Graphics.ArcTo:1673

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1703

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

radius

Number

Defined in radius:1699

x1

Number

Defined in x1:1683

x2

Number

Defined in x2:1691

y1

Number

Defined in y1:1687

y2

Number

Defined in y2:1695