FMX.Graphics.TBitmap.Bounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bounds: TRect read GetBounds;

C++

__property System::Types::TRect Bounds = {read=GetBounds};

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 TRect.

Siehe auch