How To Overlay Images Using Image List Controls (125629)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q125629 SUMMARY
Image lists provide an easy way to manage a group of bitmaps and draw them
on the screen, without having to worry about calling CreateCompatibleDC(),
SelectObject(), BitBlt(), StretchBlt(), and so on.
One interesting feature that image lists provide through the
ImageList_Draw() API is the ability to overlay images -- that is, to draw
an image transparently over another image. Calling ImageList_Draw() with
the last parameter set to an index to an overlay mask instructs the image
list to draw an image, and draw the overlay mask on top of it.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbCtrl kbhowto kbImgList KB125629 |
---|
|