Vcl.Imaging.pngimage.TPngImage.PixelInformation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

property PixelInformation: TChunkpHYs read GetPixelInformation;

C++

__property TChunkpHYs* PixelInformation = {read=GetPixelInformation};

Eigenschaften

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

Beschreibung

Gibt ein Chunk-Objekt zurück, das die Pixel-Informationen enthält.

Mit PixelInformation ermitteln Sie ein Objekt, das die Pixel-Informationen des PNG-Bilds enthält. Wenn dem Bild keine Pixel-Informationen beigefügt sind, stellt PixelInformation sicher, dass Standardinformationen in dem Bild gespeichert sind.

Siehe auch