111,094
社区成员




Bitmap bitmap = new Bitmap(Image.FromFile(bimagePath));
//Graphics g = this.CreateGraphics();
e.Graphics.Clear(this.BackColor);
e.Graphics.DrawImage(bitmap, new Point(0, 0));