G
Guest
I'm trying to write a simple drawing tool that saves images out as jpgs.
I've been using the paint event on the Panel control to draw the objects,
however I couldn't get the same drawing functionality when I switched to use
a Picturebox control.
I found that after all the objects had been painted on the control, they
"disappeared". I'm wondering if this is deliberate, and if someone can
suggest another way I can go about saving my images out to a file?
thanks
Kirsty
I've been using the paint event on the Panel control to draw the objects,
however I couldn't get the same drawing functionality when I switched to use
a Picturebox control.
I found that after all the objects had been painted on the control, they
"disappeared". I'm wondering if this is deliberate, and if someone can
suggest another way I can go about saving my images out to a file?
thanks
Kirsty