public UltimateIOParams(FileFormat fileFormat, IniFormat iniFormat, CoordType coordinatesType, int norm, RectangleFormat rectangleFormat) { this.FileFormat = fileFormat; this.IniFormat = iniFormat; this.CoordType = coordinatesType; this.Norm = norm; this.RectangleFormat = rectangleFormat; }
public UltimateIOParams() { this.FileFormat = FileFormat.INI; this.IniFormat = IniFormat.Default; this.CoordType = CoordType.Absolute; this.Norm = 100; this.RectangleFormat = RectangleFormat.LTRB; }