Show: Delphi
C++
Display Preferences
System.Types.TRectF.Height
From XE2 API Documentation
Delphi
property Height: Single read GetHeight write SetHeight;
C++
float Height() const { return bottom - top ; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
property function |
public | System.Types.pas System.Types.hpp |
System.Types | TRectF |
Description
Returns the height of the rectangle.
The type of the height is Single.
Note: Before calling Height, make sure the rectangle is normalized.