FMX.Graphics.IBitmapObject.Bitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bitmap: TBitmap read GetBitmap;

C++

__property TBitmap* Bitmap = {read=GetBitmap};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics IBitmapObject

Beschreibung

Ermittelt das im aktuellen Objekt enthaltene Bitmap.

Siehe auch