日期:2014-05-17 浏览次数:20516 次
Bitmap bmp = new Bitmap(100 , 100); Graphics g = Graphics.FromImage(bmp); g.DrawString(xxxx); pictureBox1.Image = bmp;