Adds a line segment from the current point to the specified coordinate.

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

Syntax

JavaScript
function lineTo(x, y);

Parameters

x
Type: System..::..Int32
The x.
y
Type: System..::..Int32
The y.

See Also