API Documentation for: 1.0.0
Show:

Graphics.BezierCurveTo Class

Module: EaselJS

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

Constructor

Graphics.BezierCurveTo

(
  • cp1x
  • cp1y
  • cp2x
  • cp2y
  • x
  • y
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1831

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

cp1x

Number

Defined in cp1x:1807

cp1y

Number

Defined in cp1y:1811

cp2x

Number

Defined in cp2x:1815

cp2y

Number

Defined in cp2y:1819

x

Number

Defined in x:1823

y

Number

Defined in y:1827