上传者: 38528517
|
上传时间: 2022-10-18 15:05:28
|
文件大小: 48KB
|
文件类型: PDF
代码如下:using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;
namespace Publics{ public class ImgHelper { public static void AdjustPhoto(int toWidth, int toHeight, string filePath, string fromFileName, string toFileName, int maxWidth, int maxHeight) {