System.Types.RectWidth

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

Delphi

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

C++

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

プロパティ

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

説明

矩形の水平方向のサイズを示します。

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

関連項目