System.Drawing.Image img = System.Drawing.Image.FromFile(Commen.CommenFunction.Path + picPath);//找到物理地址
                pic.Width = img.Width;
                pic.Height = img.Height;

相关文章:

  • 2021-09-28
  • 2021-10-04
  • 2022-01-19
  • 2022-01-03
  • 2021-11-23
  • 2021-10-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案