RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.GetMaskBitmap Method

Returns a handle to a bitmap containing all masks for images in the image list.

Pascal
function GetMaskBitmap: HBITMAP;
C++
__fastcall HBITMAP GetMaskBitmap();

Use the GetMaskBitmap to obtain a bitmap that contains all masks in the image list. GetMaskBitmap returns 0 if unsuccessful. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!