Transparent BitBlt's
http://www.winprog.org/tutorial-old/#2.
scroll down to Transparent images
Lalle
scroll down to Transparent images
Lalle
Check out my crappy explanation under another thread. (something about windows mates and "f*******" windows)
You need the image you want to draw, and a monochrome bitmask.
Make the areas on the image which you want to be transparent black.
On the bitmask, make white represent transparent areas and black where the actual image is.
BitBlt the mask using SRCAND.
BitBlt the image using SRCPAINT.
That should work.
Make the areas on the image which you want to be transparent black.
On the bitmask, make white represent transparent areas and black where the actual image is.
BitBlt the mask using SRCAND.
BitBlt the image using SRCPAINT.
That should work.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement