System.Types.TRect.Size

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

Delphi

property Size: TSize read GetSize write SetSize;

C++

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

プロパティ

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

説明

四角形のサイズを返します。

Size は、四角形の幅と高さを返します。

関連項目