System.Types.RectHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function RectHeight(const Rect: TRect): Integer;
function RectHeight(const Rect: TRectF): Single;

C++

extern DELPHI_PACKAGE int __fastcall RectHeight(const TRect &Rect)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
System.Types.hpp
System.Types System.Types

説明

矩形の垂直方向のサイズを返します。

RectHeight を使用すると、矩形の高さを読み取ったり変更することができます。

関連項目