1、设置DPI

Bitmap bitmap2 = new Bitmap((int)w, (int)h);
bitmap2.SetResolution(96, 96);
View Code

相关文章:

  • 2021-06-20
  • 2021-12-24
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-10-10
  • 2021-09-09
猜你喜欢
  • 2021-11-18
  • 2021-06-25
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2021-05-28
相关资源
相似解决方案