True, but this begs the question why use masks in the first place?
Anyway I've dumped a demo in the second post here...
http://www.vbforums.com/showthread.php?p=2249743
In the AWGrafix.inc file there are 3 procedures that draw a bitmap.
DrawImage is just a straight bit block transfer.
DrawImageWithLogic lets you select AND / OR / XOR / COPY methods (Using COPY is equivalent to using DrawImage)
DrawImageTransparent lets you select a color index that you want to make transparent.




Reply With Quote