Vcl.Graphics.TPicture.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.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPicture

Description

Specifies the vertical size (in pixels) of the graphic.

Use Height to find the height of the graphic image contained in the picture object. Height is the native, unstretched, height of the picture.

See Also