drawing ...

  • Thread starter Thread starter newbie
  • Start date Start date
N

newbie

Hi,

If I draw something in the picturebox
picturebox1.creategraphics.drawline( ....

And my drawing is finished.. how can I save it to a file ?

thank you
 
Have a look at:
pictirebox1.Image.Save( <filename> );

There are a few overloads for this too.

Steve
 

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

Back
Top