Overview
>
klyn.gui.windows
>
Painter
>
moveTo
Overview
Index
Tree
Deprecated
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)