An NDoc Documented Class Library

Converter.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.

public static ArrayList createConvertedStrokes(
   Ink[] 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

Converter Class | Converter Namespace