Vcl.ImageCollection.TImageCollection.GetBitmap

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetBitmap(AIndex: Integer; AWidth, AHeight: Integer): TBitmap; overload; override;
function GetBitmap(const AName: String; AWidth, AHeight: Integer; AEnabled: Boolean = True): TBitmap; overload;

C++

virtual Vcl::Graphics::TBitmap* __fastcall GetBitmap(int AIndex, int AWidth, int AHeight)/* overload */;
HIDESBASE Vcl::Graphics::TBitmap* __fastcall GetBitmap(const System::UnicodeString AName, int AWidth, int AHeight, bool AEnabled = true)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Description


Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !