- Name
-
MoveTo -- set current point and begin sub-path (V5.0)
- Synopsis
-
MoveTo(id, x, y)
- Function
-
This command can be used to begin a new sub-path at the specified point.
When
MoveTo() returns, the path's current point will be at x,y. For most
cases this is the preferable way to start a new sub-path. The command
StartSubPath() is only recommended for the rare case when you want a
sub-path without a current point.
- Inputs
-
- id
- identifier of path
- x
- x coordinate of destination point
- y
- y coordinate of destination point
Show TOC