An NDoc Documented Class Library

MakeInk.splitStrokes Method

Split both a Microsoft and Converter stroke

Overload List

Split both a Microsoft and Converter stroke

private void splitStrokes(Stroke,Stroke,float[],MakeXML);

Break up the Microsoft stroke, and associated Converter stroke, at the given indices and add it to the document

public void splitStrokes(Stroke,float[],MakeXML);

Split both a Microsoft and Converter stroke at indices and add them to the docmunte

public void splitStrokes(int,float[],MakeXML);

See Also

MakeInk Class | Converter Namespace