An NDoc Documented Class Library

MakeInk.splitCStroke Method (Stroke, Single[])

Take a stroke and split it at the indicated indices

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

Parameters

toSplit
The stroke to split
indices
The indices to split at

Return Value

Array of substrokes

See Also

MakeInk Class | Converter Namespace | MakeInk.splitCStroke Overload List