System.Types.RectHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RectHeight(const Rect: TRect): Integer;
function RectHeight(const Rect: TRectF): Single;

C++

extern DELPHI_PACKAGE int __fastcall RectHeight(const TRect &Rect)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Returns the vertical size of the rectangle.

Use RectHeight to read or change the height of the rectangle.

See Also