Vcl.Imaging.pngimage.TPngImage.Height

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Height: Integer read GetHeight;

C++

__property int Height = {read=GetHeight, nodefault};

Properties

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

Description

Specifies the vertical size of the png image in pixels.

Height specifies the vertical size of the png image in pixels.

See Also