geomerative
index
 
Name addLineTo ( )
Examples
None available
Description Use this method to add a new line to the subshape. The first point of the line will be the last point added to the subshape.
Syntax
addLineTo(end);
addLineTo(endx, endy);
Parameters
float   endx, the x coordinate of the ending point
float   endy, the y coordinate of the ending point
Returns None
Usage Web & Application
Related