System.Types.TRectF.Width

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

Delphi

property Width: Single read GetWidth write SetWidth;

C++

float Width() const _ALWAYS_INLINE

プロパティ

種類 可視性 ソース ユニット
property
function
public
System.Types.pas
SystemTypes.h
System.Types TRectF

説明

四角形の幅を返します。

メモ: Width を呼び出す前に、四角形が正規化されていることを確認してください。

関連項目