System.Types.TRectF.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

C++

float GetHeight() const _ALWAYS_INLINE {

Properties

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

Description

Returns the height of the rectangle.

The type of the height is Single.

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

See Also