An NDoc Documented Class Library

MakeInk.splitMStroke Method (Stroke, Single[])

Given a Microsoft Stroke, this will split the stroke into indices.Length + 1 strokes.

private Stroke[] splitMStroke(
   Stroke toSplit,
   float[] indices
);

Parameters

toSplit
Stroke to split
indices
Indices to split at

See Also

MakeInk Class | Converter Namespace | MakeInk.splitMStroke Overload List