klyn.gui.windows.Painter.moveTo
method
public moveTo(x as Int, y as Int) as Void:
Description

Adds a moveTo segment to the current path.

painter.moveTo(10, 10)