|
|
Title | Overlay one picture on another |
Description | This example shows how to Overlay one picture on another in Visual Basic 6. |
Keywords | overlay, mask, picture, foreground, background |
Categories | Graphics |
|
|
Thanks to Herman Liu.
This example builds the overlay mask by examining the upper image's pixels. It examines each pixel and converts those that match a "transparent" value to white. It then uses BitBlt to perform the overlay. See the code for details.
|
|
|
|
|
|