views:

23

answers:

1

I have two png's and I'd like to draw one on top of the other. Is there a good way of doing this in .NET Compact Framework 3.5?

The first image is the background, the second image is an overlay. The overlay will have transparency.

My goal would be for the overlay to be "added" to the base image. Think four star rating image added over a CD cover image.

A: 

Check out the mechanism I used on this project. It's exactly the same as what you're after.

ctacke
Thanks again, Chris.
CJCraft.com