An NDoc Documented Class Library

Converter.stripStrokeData Method (Stroke, Matrix)

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 inkStroke,
   Matrix transf
);

Parameters

inkStroke
Ink.Stroke which will have extracted from it the information necessary to store a Stroke in MIT XML.
transf
Matrix which will be used to transform all of the points in a stroke to their appropriate positions.

Return Value

PointsAndShape object that stores the extracted information.

See Also

Converter Class | Converter Namespace | Converter.stripStrokeData Overload List