FMX.Graphics.TBitmap.IsEmpty
Delphi
function IsEmpty: Boolean;
C++
bool __fastcall IsEmpty(void);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TBitmap |
Beschreibung
Überprüft, ob das aktuelle TBitmap-Objekt leer ist.
Hinweis: Ein TBitmap-Objekt ist leer, wenn entweder dessen Breite (Width) oder Höhe (Height) gleich Null ist.