An NDoc Documented Class Library

MakeInk.getIdToCStroke Method 

Creates the strokes in this xml document as C# strokes and adds them to the corresponding Ink object. We cannot create new strokes with the same Id's that we have in the MIT XML format, so instead we return a hash table mapping the created strokes' Ids (1, 2, ... , n) with the strokes.

public Hashtable getIdToCStroke(
   Sketch sketch,
   Ink inkObject
);

Return Value

A Hashtable that holds links back to the Converter strokes

See Also

MakeInk Class | Converter Namespace