111,119
社区成员
发帖
与我相关
我的任务
分享
Bitmap bitmap = new Bitmap(Image.FromFile(bimagePath));
//Graphics g = this.CreateGraphics();
e.Graphics.Clear(this.BackColor);
e.Graphics.DrawImage(bitmap, new Point(0, 0));