Splits a Stroke's Substroke into two Substrokes at the given Point GUID.
Splits a Stroke's Substroke into two Substrokes at the given Point GUID.
public void splitStrokeAt(Guid);
Split the given stroke at the specified Point index. Automatically takes care of substroke messiness.
public void splitStrokeAt(int);
Split the given stroke at the specified Point indices. Automatically takes care of substroke messiness.
public void splitStrokeAt(int[]);