System.Types.TRectF.Size

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

Delphi

property Size: TSizeF read GetSize write SetSize;

C++

__property TSizeF Size   = { read=GetSize, write=SetSize };

プロパティ

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

説明

四角形の浮動小数点 TSizeF サイズを保持します。

Size は、四角形 TRectFWidthHeight を保持します。

関連項目