表示: Delphi
C++
表示設定
System.Types.TRectF.Height
提供:XE2 API Documentation
Delphi
property Height: Single read GetHeight write SetHeight;
C++
float Height() const { return bottom - top ; }
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
property function |
public | System.Types.pas System.Types.hpp |
System.Types | TRectF |
説明
四角形の高さを返します。
高さの型は、Single です。
メモ: Height を呼び出す前に、四角形が正規化されていることを確認してください。