geomerative
index
 
Name addPoint ( )
Examples
None available
Description Use this method to add new points to the current contour.
Syntax
addPoint(p);
addPoint(x, y);
addPoint(indContour, p);
addPoint(indContour, x, y);
Parameters
indContour   int, the index of the contour to which the point will be added
p   RPoint, the point to be added
x   float, the x coordinate of the point to be added
y   float, the y coordinate of the point to be added
Returns None
Usage Web & Application
Related addContour ( )
setCurrent ( )