Groups | Blog | Home
all groups > dotnet general > march 2006 >

dotnet general : drawing ...


newbie
3/15/2006 9:22:19 PM
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

Steve Barnett
3/16/2006 12:00:00 AM
Have a look at:
pictirebox1.Image.Save( <filename> );

There are a few overloads for this too.

Steve


[quoted text, click to view]

AddThis Social Bookmark Button