Name
LineTo -- add line to path (V5.0)
Synopsis
LineTo(id, x, y)
Function
This command will add a line from the path's current point to the point specified by x,y. When LineTo() returns, the path's current point will be at x,y.

Inputs
id
identifier of path to add line to
x
x coordinate of destination point
y
y coordinate of destination point

Show TOC