Moves the starting point to a new coordinate specified by x,y values.

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

Syntax

JavaScript
function moveTo(x, y);

Parameters

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

See Also