FMX.Graphics.TBitmap.Width
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.