codice:
Graphics tgr=pictureBox1.CreateGraphics();
pictureBox1_Paint(pictureBox1, new PaintEventArgs(tgr,pictureBox1.ClientRectangle);
tgr.Dispose();