API:Vcl.Imaging.pngimage.TPNGObject.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight;

Properties

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

Description

Specifies the vertical size of the graphic in pixels.

Vcl.Imaging.pngimage.TPNGObject.Height inherits from Vcl.Graphics.TGraphic.Height. All content below this line refers to Vcl.Graphics.TGraphic.Height.

Specifies the vertical size of the graphic in pixels.

Use Height to determine the height of the graphic image. Each descendant graphic object defines its own Get and Set methods to access the Height property.

Code Examples