FMX.Graphics.TBitmap.BoundsF

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch