API Documentation for: 1.0.0
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:1786

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

cpx

Number

Defined in cpx:1770

cpy

Number

Defined in cpy:1774

x

Number

Defined in x:1778

y

Number

Defined in y:1782