Adds a cubic Bezier's curve to the current sub path using two control points.

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

Syntax

JavaScript
function bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y);

Parameters

cp1x
Type: System..::..Int32
The CP1X.
cp1y
Type: System..::..Int32
The cp1y.
cp2x
Type: System..::..Int32
The CP2X.
cp2y
Type: System..::..Int32
The cp2y.
x
Type: System..::..Int32
The x.
y
Type: System..::..Int32
The y.

See Also