Name
page:LineTo -- append line to path
Synopsis
status = page:LineTo(x, y)
Function
page:LineTo() appends a line from the current point to the specified point.

Inputs
x
x coordinate of end point of the path
y
y coordinate of end point of the path
Results
status
status code

Show TOC