Browse Source

修改图像导出bug补充提交

zhangjiaxin 3 years ago
parent
commit
63e3db49ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -1540,7 +1540,7 @@ namespace OTSIncAReportGrids
                         vs.Add(dt_FIeld.Rows[i]["id"].ToString());
 
                         Image img = Image.FromFile(dt_FIeld.Rows[i]["fieldFullName"].ToString());
-                        img.Save(@"D:\1.bmp");
+                        //img.Save(@"D:\1.bmp");
                         Bitmap ls_fieldbp = new Bitmap(img.Width, img.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
                         using (Graphics g = Graphics.FromImage(ls_fieldbp))
                         {