ExportMap/Models/ExportArgs.cs @@ -43,6 +43,11 @@ public String layers { set; get; } /// <summary> /// 导出路径 /// </summary> public String imgPath { set; get; } /// <summary> /// 旋转角度 /// </summary> public double rotation { set; get; }