Exemplo n.º 1
0
 public CGM2SVG(string CGMPath, PointF TopLeft, PointF BottomRight)
 {
     this.elementlist = new ArrayList();
     this.mycgmpath   = CGMPath;
     this.options     = new TranslateOptions(TopLeft, BottomRight);
 }
Exemplo n.º 2
0
 public CGM2SVG(string CGMPath, TranslateOptions options)
 {
     this.elementlist = new ArrayList();
     this.mycgmpath   = CGMPath;
     this.options     = options;
 }