FMX.Graphics.TBitmap.Height

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Height: Integer read GetHeight write SetHeight;

C++

__property int Height = {read=GetHeight, write=SetHeight, nodefault};

Eigenschaften

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

Beschreibung

Gibt die Höhe des TBitmap-Bildes in Pixel an.

Siehe auch