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