FMX.Graphics.TBitmap.BoundsF
Delphi
property BoundsF: TRectF read GetBoundsF;
C++
__property System::Types::TRectF BoundsF = {read=GetBoundsF};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | FMX.Graphics.pas FMX.Graphics.hpp | FMX.Graphics | TBitmap | 
Beschreibung
Grenzen des Bitmaps, (0, 0, Breite (Width), Höhe (Height)), als eine Instanz von TRectF.