Vcl.ImgList.TCustomImageList.GetMaskBitmap

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetMaskBitmap: HBITMAP;

C++

HBITMAP __fastcall GetMaskBitmap();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

説明

イメージリスト内にあるイメージのすべてのマスクが入っているビットマップへのハンドルを返します。

GetMaskBitmap は,イメージリスト内にあるすべてのマスクが入っているビットマップを取得します。失敗すると,GetMaskBitmap は 0 を返します。

関連項目