An NDoc Documented Class Library

Substroke.addPoint Method 

Adds the Point to the Substroke's Point ArrayList. Uses binary search to find insertion spot

public void addPoint(
   Point point
);

Parameters

point
Point to add

See Also

Substroke Class | Sketch Namespace