M
Mathieu
Hi !
How may I concert Graphics to Bitmap or Save Graphics to file...
// Dim g as Graphics
// g = pictureBox1.CreateGraphics
// g.Save ????
I Just want to Save g (Graphics) in file C:\g.bmp
Thank you !
How may I concert Graphics to Bitmap or Save Graphics to file...
// Dim g as Graphics
// g = pictureBox1.CreateGraphics
// g.Save ????
I Just want to Save g (Graphics) in file C:\g.bmp
Thank you !