sathishtl007 wrote:
how to place a image over an image?
gr.DrawImage will draw an image into a graphics object. If that graphics object is made from another Image, they get drawn onto each other
sathishtl007 wrote:
and how can i save this grouped images?
That's two questions :-) Just to be clear - you have only one bitmap, the bitmap you draw over it is not a grouping of images, it's a bitmap where a block of pixels has been changed to look like the source bitmap. The Bitmap class has a Save method.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog