首页 > 学院 > 开发设计 > 正文

C#删除图片问题

2019-11-17 03:08:34
字体:
来源:转载
供稿:网友

C#删除图片问题

        public Image GetImage(string path)        {            FileStream fs = new FileStream(path, FileMode.Open, Fileaccess.Read);            Image result = Image.FromStream(fs);            fs.Close();            return result;        }

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表