Name
RelLineTo -- add relative line to path (V5.0)
Synopsis
RelLineTo(id, dx, dy)
Function
This command does the same as LineTo() except that the coordinates are delta values instead of absolute positions. The delta coordinates are all interpreted as relative offsets to the path's current point.

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

Show TOC