An NDoc Documented Class Library

MakeInk.splitStrokes Method (Stroke, Single[], MakeXML)

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

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

Parameters

mStroke
The Microsoft Stroke
indices
The indices to split at
document
The document to add to

See Also

MakeInk Class | Converter Namespace | MakeInk.splitStrokes Overload List