Graphics
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
What is transparent bitmap? Is there any article on this subject? NSS
-
What is transparent bitmap? Is there any article on this subject? NSS
I guess it's a bitmap that has a transparent area. If you're not supporting W95, there's a TransparentBlt method. This assumes you have one colour that is transparent. If you want to make a range of colours transparent, you need to use GDI+ ( check my articles for info ). Christian Graus - Microsoft MVP - C++