摘要:
public void MakeSmallPic(string oldfile, string newfile,int width,int height) { System.Drawing.Image image = System.Drawing.Image.FromFile(oldfile); //获取原图高度和宽度 int oldh = image.Height; int oldw = ima... 阅读全文
posted @ 2010-07-07 15:01
bestsaler
阅读(232)
评论(0)
推荐(0)
浙公网安备 33010602011771号