Hello, I am a freshman of C# programming. These days I am asked to draw 1024 different bitmaps with C#. Then I choose to get the bitmaps in the pictureBox of VS2010. But I do not know how to save these pictures in my computer seperately (I
just know how to save one single bitmap,such as this.pictureBox1.Image.Save(@"c:\test.bmp");). Please give me some clues. Thank you very much. I will appreciate your answers.
↧