An NDoc Documented Class Library

Converter.stripStrokeData Method 

Takes an Ink.Stroke and outputs an internal representation that can then be output to an XML file

public static PointsAndShape stripStrokeData(
   Stroke inkStroke
);

Parameters

inkStroke
Ink.Stroke which will have extracted from it the information necessary to store a Stroke in MIT XML.

Return Value

PointsAndShape object that stores the extracted information.

See Also

Converter Class | Converter Namespace