Vcl.Imaging.pngimage.TPngImage.GetHeader

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function GetHeader: TChunkIHDR;

C++

TChunkIHDR* __fastcall GetHeader(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Returns the header of the png image.

GetHeader returns the header object of the png image. GetHeader is the getter method for the Header property of the png image.

Both the GetHeader method and Header property are internal and should not be used by applications directly.

See Also