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

Vcl.BaseImageCollection.TCustomImageCollection.GetBitmap Vcl.BaseImageCollection.TCustomImageCollection.GetBitmap