geomerative
index
 
Name addLineTo ( )
Examples
None available
Description Use this method to add a new lineTo command to the current subshape. This will add a line from the last point added to the point passed as argument.
Syntax
addLineTo(endx, endy);
Parameters
endx   float, the x coordinate of the ending point of the line.
endy   float, the y coordinate of the ending point of the line.
Returns None
Usage Web & Application
Related addMoveTo ( )
addQuadTo ( )
addBezierTo ( )
addSubshape ( )
setSubshape ( )