An NDoc Documented Class Library

ReadJnt.stripStrokeData Method 

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

private Stroke stripStrokeData(
   Stroke inkStroke,
   Matrix transf,
   bool shift
);

Parameters

inkStroke
Ink.Stroke which will have extracted from it the information necessary to store a Stroke in MIT XML.
transf
Transformation matrix to shift the stroke by
shift
Boolean for if we should shift by the transformation matrix

Return Value

PointsAndShape object that stores the extracted information.

See Also

ReadJnt Class | Converter Namespace