G
Guest
I am writing a graphics program. It draws images, shapes and text. I want
to be able to zoom and scroll the images it creates.
I also want to be able to email a jpg file to others.
But I am thinking for the windows app, at least when zooming text, using a
local metafile will look much better.
But later I will want to convert it to a bitmap and save it as a jpg.
Here are my questions:
1) Am I correct about using the metafile for the zooming? Any things I
should look out for?
2) I am thinking to save it, I need to create a bitmap object,get a graphics
object from it, and then paint into the graphics object. Is there an easier
way?
Thanks for the Help!
to be able to zoom and scroll the images it creates.
I also want to be able to email a jpg file to others.
But I am thinking for the windows app, at least when zooming text, using a
local metafile will look much better.
But later I will want to convert it to a bitmap and save it as a jpg.
Here are my questions:
1) Am I correct about using the metafile for the zooming? Any things I
should look out for?
2) I am thinking to save it, I need to create a bitmap object,get a graphics
object from it, and then paint into the graphics object. Is there an easier
way?
Thanks for the Help!