API Documentation for: 0.8.2
Show:

Graphics.QuadraticCurveTo Class

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

Constructor

Graphics.QuadraticCurveTo

(
  • cpx
  • cpy
  • x
  • y
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1797

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

cpx

Number

Defined in cpx:1781

cpy

Number

Defined in cpy:1785

x

Number

Defined in x:1789

y

Number

Defined in y:1793