An NDoc Documented Class Library

ReadJnt.createConvertedStrokes Method 

This function loops though each stroke contained in each Ink object in the document and uses the stripStrokeData function to create a Converter.Stroke for every Ink.Stroke.

private ArrayList createConvertedStrokes(
   InkHolder[] inkData
);

Parameters

inkData
inkData is an array of Ink objects that together store all of the stroke data contained in the document under consideration.

Return Value

ArrayList of Converter.Stroke that contains all of the data about the document's strokes.

See Also

ReadJnt Class | Converter Namespace