Vcl.Imaging.pngimage.TPngImage.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function GetHeight: Integer; {$IFDEF UseDelphi}override; {$ENDIF}

C++

virtual int __fastcall GetHeight();

Properties

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

Description

Reads the vertical size of the png image in pixels.

GetHeight reads the vertical size of the png image in pixels. GetHeight is the getter method for the Height property of the png image.

See Also