Combining two .png images into one image using .NET
- by Omega
I have two (actually many) .png images in my application. Both have transparent areas here and there.
I want, in my application, to take both images, combine them, and display the result in a picture box. Later I want to save the result through a button.
So far I managed to find the two images and combine them, but it seems the transparency thing…