按比例缩放图片
摘要:// 按比例缩放图片 public Image ZoomPicture(Image SourceImage, int TargetWidth, int TargetHeight) { int IntWidth; //新的图片宽 int IntHeight; //新的图片高 try { System.
阅读全文
posted @ 2020-02-01 22:56
posted @ 2020-02-01 22:56
posted @ 2020-01-27 21:21