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?
 
Back
Top