C#–PictureBox绘制自动换行的文字 1、创建画板 Bitmap backImage = new Bitmap(PBwidth, PBheight); Graphics g = Graphics.FromImage(backImage); 2、初始化字体,颜色 Font ft = new Fo