Vcl.ImgList.TCustomImageList.InsertMasked

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

Delphi

procedure InsertMasked(Index: Integer; Image: TBitmap; MaskColor: TColor);

C++

void __fastcall InsertMasked(int Index, Vcl::Graphics::TBitmap* Image, System::Uitypes::TColor MaskColor);

プロパティ

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

説明

指定した位置にビットマップを挿入し,指定した透過色からマスクイメージを作成します。

InsertMasked メソッドは,マスクイメージをイメージリストに挿入します。新しいイメージは,Index で指定したイメージの後に挿入されます。MaskColor を使用して,マスクを生成するのに使用するイメージ内の色を識別します。

関連項目