I have a PictureBox control containing a set of graphics which I have generated. I had thought that I could copy the contents to another PictureBox by using code like:
PictureBox2.Image = PictureBox1.Image
but that does not seem to do anything. Any ideas out there?
PictureBox2.Image = PictureBox1.Image
but that does not seem to do anything. Any ideas out there?