Vcl.Imaging.pngimage.TPngImage.Chunks

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Chunks: TPngList read fChunkList;

C++

__property TPNGList* Chunks = {read=fChunkList};

Properties

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

Description

Specifies the list of data chunks, which makes up the png image.

Each png image is made up of data chunks. Chunks returns a list of those chunks. We recommend that you do not use the Chunks property, since it provides access to the internals of the png image.

See Also