C#将文字写入图片

Protected void Page_Load(object sender, System.EventArgs e){ using(Bitmap b=new Bitmap(width, height)) { Font f = new Font("Arial", 70F); Graphics g = Graphics.FromImage(b); SolidBrush whiteBr
相关文章
相关标签/搜索