Beispiel #1
0
 public DrawingGroup LoadDrawing(string filecontent)
 {
     m_svg = new SVG(filecontent);
     return(CreateDrawing(m_svg));
 }
Beispiel #2
0
 public DrawingGroup CreateDrawing(SVG svg)
 {
     return(LoadGroup(svg.Elements));
 }