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