System.Types.TRectF.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Single read GetHeight write SetHeight;

C++

float Height() const _ALWAYS_INLINE

Properties

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

Description

Height property of the TRectF.

When the Height value is changed, the Bottom value is modified, leaving the Top unchanged.

Note: Before modifying the Height value, you must ensure that Top is a valid floating-point value and the rectangle is normalized.

See Also