Ejemplo n.º 1
0
 private static string StrokeToString(StrokeCollection sc)
 {
     StrokeCollectionConverter converter = new StrokeCollectionConverter();
     string stringStroke = (string)converter.ConvertToString(sc);
     return stringStroke;
 }