Vcl.ImgList.TCustomImageList.GetMaskBitmap
Delphi
function GetMaskBitmap: HBITMAP;
C++
HBITMAP __fastcall GetMaskBitmap();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.ImgList.pas Vcl.ImgList.hpp |
Vcl.ImgList | TCustomImageList |
Description
Returns a handle to a bitmap containing all masks for images in the image list.
Use the GetMaskBitmap to obtain a bitmap that contains all masks in the image list. GetMaskBitmap returns 0 if unsuccessful.