System.Types.TRect.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

C++

LONG GetHeight() const _ALWAYS_INLINE {

Properties

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

Description

Returns the height of the rectangle.

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

See Also