Adds a quadratic Bezier's curve to the current sub path.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function quadraticCurveTo(cpx, cpy, x, y);

Parameters

cpx
Type: System..::..Int32
The curve point x.
cpy
Type: System..::..Int32
The curve point y.
x
Type: System..::..Int32
The x (new ending point).
y
Type: System..::..Int32
The y (new ending point).

See Also