Vcl.Imaging.pngimage.TPngImage.Empty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

property Empty: Boolean read GetEmpty;

C++

__property bool Empty = {read=GetEmpty, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Beschreibung

Gibt an, ob das PNG-Bild leer ist.

Empty gibt an, ob das PNG-Bild leer ist. Ein leeres PNG-Bild bedeutet, dass dafür keine Daten-Chunks erstellt wurden. Ein PNG-Bild kann eine Breite und eine Höhe von 0 haben, gilt aber deshalb nicht als leer.

Siehe auch