Vcl.ImgList.TCustomImageList.GetBitmap

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

Delphi

function GetBitmap(Index: Integer; Image: TBitmap): Boolean;

C++

bool __fastcall GetBitmap(int Index, Vcl::Graphics::TBitmap* Image);

プロパティ

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

説明

指定したイメージをビットマップとして取り出します。

GetBitmap メソッドは,イメージリスト内のイメージをビットマップオブジェクトとして取得します。Index は,イメージのインデックスを示します。GetBitmap は,Image パラメータとして渡された TBitmap オブジェクトにイメージを代入します。

関連項目