An NDoc Documented Class Library

MakeInk.splitMStroke Method

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

Overload List

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

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

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

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

See Also

MakeInk Class | Converter Namespace