Vcl.Imaging.pngimage.TPngImage.PixelInformation

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property PixelInformation: TChunkpHYs read GetPixelInformation;

C++

__property TChunkpHYs* PixelInformation = {read=GetPixelInformation};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Returns a chunk object that contains pixel information.

Use PixelInformation to retrieve an object that contains pixel information exposed by the png image. If the image does not have pixel information attached, a call to PixelInformation ensures that default information is stored in the image.

See Also