Name
page:MoveTo -- start new subpath
Synopsis
status = page:MoveTo(x, y)
Function
page:MoveTo() starts a new subpath and move the current point for drawing path. page:MoveTo() sets the start point for the path to the point (x, y).

Inputs
x
x start point for drawing path
y
y start point for drawing path
Results
status
status code

Show TOC