How do I superimpose one bitmap image on another in GDI+?
问题 Using GDI+ I've made a heatmap bmp and I'd like to superimpose it on top of my bmp map. I've saved the two bmps to disk, and they look good, I just need a way to put them together. Is there any way to do this, perhaps using the Graphics object? How is transparency/alpa involved? I'm very new to GDI programming so please be as specific as possible. OK - here's an answer. At some point I need to learn how GDI+ works... I couldn't get around the transarency issues, but this works. It just copies