Vcl.ImageCollection.TImageCollection.GetBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Beschreibung


Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.