Hello,
Ive drawn a picture using the picturebox_paint event.
ex.
Later I want to save the picture in the picturebox. But the picturebox.image is Nothing. BackgroundImage is also Nothing.
How do you save the content in the picturebox to a bmp file if you havent specifically added an image through picturebox.Image property?
Best Wishes,
Farek
Ive drawn a picture using the picturebox_paint event.
ex.
Code:
e.Graphics.FillRectangle(mybrush, x * 16, y * 16, 16, 16)
Later I want to save the picture in the picturebox. But the picturebox.image is Nothing. BackgroundImage is also Nothing.
How do you save the content in the picturebox to a bmp file if you havent specifically added an image through picturebox.Image property?
Best Wishes,
Farek