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