geomerative index |
|||||||||||||
Name | addQuadTo ( ) | ||||||||||||
Examples | None available |
||||||||||||
Description | Use this method to add a new quadTo command to the current subshape. This will add a quadratic bezier from the last point added with the control and ending points passed as arguments. | ||||||||||||
Syntax | addQuadTo(cp1x, cp1y, endx, endy); |
||||||||||||
Parameters |
|
||||||||||||
Returns | None | ||||||||||||
Usage | Web & Application | ||||||||||||
Related | addMoveTo ( ) addLineTo ( ) addBezierTo ( ) addSubshape ( ) setSubshape ( ) |
||||||||||||