geomerative
index
 
Name addMoveTo ( )
Examples
None available
Description Use this method to add a new moveTo command to the shape. The command moveTo acts different to normal commands, in order to make a better analogy to its borthers classes Polygon and Mesh. MoveTo creates a new subshape in the shape. It's similar to adding a new contour to a polygon.
Syntax
addMoveTo(endx, endy);
Parameters
endx   float, the x coordinate of the first point for the new subshape.
endy   float, the y coordinate of the first point for the new subshape.
Returns None
Usage Web & Application
Related addLineTo ( )
addQuadTo ( )
addBezierTo ( )
addSubshape ( )
setSubshape ( )