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