System.Types.TRect.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight write SetHeight;

C++

int Height() const _ALWAYS_INLINE

Properties

Type Visibility Source Unit Parent
property
function
public
System.Types.pas
SystemTypes.h
System.Types TRect

Description

Returns the height of the rectangle.

Note: Before calling Height, make sure the rectangle is normalized.

See Also