C#往图片上面添加文字

//C#往图片上面添加文字 string dir = System.Environment.CurrentDirectory + "\\html5\\PersonImg\\" + imagename + ".png"; if (File.Exists(dir)) { FileStream fs = new FileStream(dir, FileMode.Open, FileAccess.
相关文章
相关标签/搜索