摘要: public class CutandZoom { /// /// 剪切图片 /// /// 原始图片路径 /// 目标图片路径 /// 剪切位置的左上角x坐标 /// 剪切位置的左上角y坐标 /// 要剪切的宽度 /// 要剪切的高度 public void Cut(string path_source, string path_save, int x, int y, int width, int height, int intWidth, int intHeight) { ... 阅读全文
posted @ 2013-10-15 12:23 开源控Meteor(OSMeteor) 阅读(252) 评论(0) 推荐(0) 编辑