Saving a drawing in a Picture Box

J

J. Giudice

I have an test app where I am drawing some stuff in a picture box. Now I
want to enable the user to be able to save that to a file as an image.

I know how to save an image, but how do I get what is drawen on the picture
box control to become an image? Or, is there some other way?
 
H

Herfried K. Wagner [MVP]

J. Giudice said:
I have an test app where I am drawing some stuff in a picture box. Now I
want to enable the user to be able to save that to a file as an image.

I know how to save an image, but how do I get what is drawen on the
picture box control to become an image? Or, is there some other way?

Save the Image currently displayed in a PictureBox.
<URL:http://www.dotnetrix.co.uk/misc.html>
 
J

J. Giudice

Thanks that tip works. I am going to have to learn more about working with
graphics in VB.NET I see. Any good recommend readings would be welcomed.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top