An NDoc Documented Class Library

Stroke.splitSubstrokeAt Method (Int32, Int32[])

Split the substroke at the given index at the given indices

public void splitSubstrokeAt(
   int substrokeIndex,
   int[] pointIndices
);

Parameters

substrokeIndex
The index of the substroke
pointIndices
The indices to split at

See Also

Stroke Class | Sketch Namespace | Stroke.splitSubstrokeAt Overload List