博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年8月2日

摘要: 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)