Saving Graphics object to a jpg/bmp file

  • Thread starter Thread starter Guest
  • Start date Start date
Thanks Chri
Well i am currently drawing graphs using graphics and drawing assemblies directly onto a Form control and I wanna save this graph as a file. Can you suggest a means of achieveing this?
 
Draw to a Bitmap instead of the screen. You can then save that bitmap
and/or blit it to the screen.

-Chris


developer said:
Thanks Chris
Well i am currently drawing graphs using graphics and drawing assemblies
directly onto a Form control and I wanna save this graph as a file. Can you
suggest a means of achieveing this?
 

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