以前有一个非常粗糙的,这个更好,先下来看看

谢谢
2009-09-08 23:26

谢谢
2009-09-09 15:40
2009-09-09 17:12
2009-09-09 21:16
2009-09-13 22:29
2009-09-17 09:04
2009-09-17 09:26
程序代码: Bitmap bm = new Bitmap(pnlMain.Width, pnlMain.Height);
Graphics tem = Graphics.FromImage(bm);
……
tem.Draw();//使用tem完成所有绘图
……
g = pnlMain.CreateGraphics();
g.DrawImage(bm,new Point(0,0));
2009-09-17 09:37
2009-09-17 09:46
2009-09-17 09:50