开发者

.NET Compact Framework: combine two images in one / overlay one image on another

开发者 https://www.devze.com 2023-01-04 01:48 出处:网络
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?

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 hav开发者_StackOverflow社区e 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消