An NDoc Documented Class Library

MakeInk.splitCStroke Method (Int32, Single[])

Split up the stroke

private Stroke[] splitCStroke(
   int id,
   float[] indices
);

Parameters

id
The id of the stroke to be split up
indices
The indices of the split points

Return Value

The substroke array from splitting

See Also

MakeInk Class | Converter Namespace | MakeInk.splitCStroke Overload List