摘要:
public void MakeThumbnail(string imgPath_old, int width, int height) { System.Drawing.Image img = System.Drawing.Image.FromStream(new System.IO.MemoryStream(System.IO.File.ReadAllBytes(imgPath_old))); int towidth = width; int toheight = height; int x =... 阅读全文
posted @ 2012-08-02 15:35 路一直在 阅读(241) 评论(0) 推荐(0)
浙公网安备 33010602011771号