Vcl.ImageCollection.TImageCollection.GetBitmap

提供:RAD Studio API Documentation

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

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。