摘要: /// /// 设置GIF大小 /// /// 图片路径 /// 宽 /// 高 private void setGifSize(string path, int width, int height) { Image gif = new Bitmap(width, height); Image frame = new Bitmap(width, height); Image res = Image.From... 阅读全文
posted @ 2013-12-31 23:50 如.若 阅读(1591) 评论(0) 推荐(1) 编辑