2018年10月2日
摘要: using (Image i = Image.FromFile(inputPath)) { using (Graphics g = Graphics.FromImage(i)) { g.DrawString("John", Font, Brushes.Black, new PointF(fX, fY 阅读全文
posted @ 2018-10-02 21:24 武胜-阿伟 阅读(1126) 评论(0) 推荐(0)