geomerative
index
 
Name addPath ( )
Examples
None available
Description Use this method to create a new path. The first point of the new path will be set to (0,0). Use addMoveTo ( ) in order to add a new path with a different first point.
Syntax
addPath();
addPath(s);
Parameters
s   RPath, the path to be added.
Returns None
Usage Web & Application
Related setPath ( )
addMoveTo ( )