iOSPath.MoveToPoint

From Xojo Documentation

Method

iOSPath.MoveToPoint(x As Double, y As Double)

Supported on Mobile(iOS).

Moves to the point without drawing anything.

Parameters

Value Description
x The x coordinate of the point.
y The y coordinate of the point.

Sample Code

Var p As New iOSPath
p.MoveToPoint(50, 50)