System.Types.TRect.Height
Delphi
property Height: Integer read GetHeight write SetHeight;
C++
int Height() const _ALWAYS_INLINE
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property function |
public | System.Types.pas SystemTypes.h |
System.Types | TRect |
説明
四角形の高さを返します。
メモ: Height を呼び出す前に、四角形が正規化されていることを確認してください。