Vcl.ImgList.TCustomImageList.GetBitmap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Récupère une image spécifiée sous forme de bitmap.

La méthode GetBitmap permet de récupérer sous la forme d'un objet bitmap une image donnée de la liste d'images. Index indique l'indice de l'image. GetBitmap affecte l'image à l'objet Tbitmap passé comme paramètre Image.

Voir aussi