System.Drawing.Bitmap bmp = new System.Drawing.Bitmap(this.Width, this.Height);this.DrawToBitmap(bmp, this.ClientRectangle);bmp.Save("c:\\formimage.bmp");