Takes an Ink.Stroke and outputs an internal representation that can then be output to an XML file
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);