- Name
-
RelMoveTo -- set relative current point and begin sub-path (V5.0)
- Synopsis
-
RelMoveTo(id, dx, dy)
- Function
-
This command does the same as MoveTo() 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
- dx
- delta x coordinate of destination point
- dy
- delta y coordinate of destination point
Show TOC