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

Overload List

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

public static Stroke stripStrokeData(Stroke);

Takes an Ink.Stroke and outputs an internal representation that can then be output to an XML file. Overloaded so that strokes that were shifted/scaled in the original JNT file can have the proper point data extracted.

public static Stroke stripStrokeData(Stroke,Matrix);

See Also

Converter Class | Converter Namespace