TPNGImage help

PNG Delphi

Components > TChunkIHDR > Properties > Height


Returns the current image height.

property
Height: Cardinal;

Description

This property holds the height readed from the current image. Changing this property is not recommended since it won't reallocate data and may cause errors when saving. Changing image should be done by assigning a tbitmap using TPngObject assign.