Adds an arc of a circle to the current sub path by using a radius and tangent points.

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

Syntax

JavaScript
function arcTo(x1, y1, x2, y2, radius);

Parameters

x1
Type: System..::..Int32
The x1.
y1
Type: System..::..Int32
The y1.
x2
Type: System..::..Int32
The x2.
y2
Type: System..::..Int32
The y2.
radius
Type: System..::..Int32
The radius.

See Also