FMX.Graphics.TBitmap.Width

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Width: Integer read GetWidth write SetWidth;

C++

__property int Width = {read=GetWidth, write=SetWidth, nodefault};

Eigenschaften

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

Beschreibung

Gibt die Breite des TBitmap-Bildes in Pixel an.

Siehe auch