An NDoc Documented Class Library

MakeInk.splitCStroke Method

This works like the Microsoft Stroke.Split.

Overload List

This works like the Microsoft Stroke.Split.

private Stroke splitCStroke(Stroke,float);

Take a stroke and split it at the indicated indices

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

Split up the stroke

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

See Also

MakeInk Class | Converter Namespace