摘要: public string GetVideoIdbyVideoName(string videoName) { string item = ""; try { DBManager dBManager = this.GetDBManager(ConUtil.CaseId); if (dBManager 阅读全文
posted @ 2016-11-28 14:17 小石头的博客园 阅读(350) 评论(0) 推荐(0) 编辑
摘要: public int cutPicAndSave(string oldPath, string newPath, int x, int y, int width, int height) { Rectangle cropArea = new System.Drawing.Rectangle(x, y 阅读全文
posted @ 2016-11-28 10:37 小石头的博客园 阅读(2935) 评论(0) 推荐(0) 编辑