System.Types.RectWidth

提供: RAD Studio API Documentation
2011年10月18日 (火) 21:20時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 を使用すると、矩形の幅を読み取ったり変更することができます。

関連項目