An NDoc Documented Class Library

Stroke.splitStrokeAt Method

Splits a Stroke's Substroke into two Substrokes at the given Point GUID.

Overload List

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[]);

See Also

Stroke Class | Sketch Namespace