I have a System.Drawing.Image that I would like to use as the centered portion for a new, larger image. I’m given the dimensions of the (always) larger image and the idea is to make that image all white and overlay its center with the first image. Is there a way to do this using GDI+? Some combination of TextureBrush and the Graphic class perhaps? I’m open to suggestions. Thanks!

link|improve this question

76% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Lots of similar questions, here's one that I think will show you the basics:

http://stackoverflow.com/questions/3389538/how-could-i-position-multiple-transparent-pngs-onto-a-jpg-using-c-and-asp-net

link|improve this answer
Perfect. Thanks so much. – larryq Aug 3 '10 at 15:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.