moveTo

fun moveTo(position: Vector2)(source)

Move pen without drawing

Parameters

position

coordinate to move pen to


fun moveTo(x: Double, y: Double)(source)

Move the pen to the given coordinates without drawing

Parameters

x

the x-coordinate

y

the y-coordinate