Drawing string on picturebox then saving image?

T

Tom

I have a Picturebox into which I load an image. Then I programaticaly add
some text to that image (using graphics.drawstring). I then want to save the
image out to disk -WITH- the text in the image. If I do a PictureBox.Save it
saves the image fine but the text is not there in the saved image.

What do I need to do to get the text to also save with the image? I.E. I
want the image saved (in whatever format - jpg, tiff, etc) just as it looks
in the picturebox on the screen (with the text in it).

Thanks.

Tom
 

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