Could someone tell me how, using the Bitmap or Image classes, I can take a bitmap and append on to the end of another bitmap. Also, the bitmap's will have the same width. I just need to append another image to the end of the previous one in memory. I noticed there is an Image.FromStream function but I'm still lost as to how to append it onto another image...

Thanks,
- J