Cannot copy Graphics.

G

Guest

I notice that it is almost impossible to save a Graphics Object to a file, eg bmp.
What is the reason for this, will there ever be an upgrade???
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?QW5kcmV3IFZvcw==?= said:
I notice that it is almost impossible to save a Graphics Object to a file, eg bmp.
What is the reason for this, will there ever be an upgrade???

Why not draw to a bitmap directly and call its 'Save' method to save the
file? You can get a 'Graphics' object for a bitmap using
'Graphics.FromImage'.
 

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