次の方法で共有


RectangleF.Size プロパティ

この RectangleF のサイズを取得または設定します。

Public Property Size As SizeF
[C#]
public SizeF Size {get; set;}
[C++]
public: __property SizeF get_Size();public: __property void set_Size(SizeF);
[JScript]
public function get Size() : SizeF;public function set Size(SizeF);

プロパティ値

この RectangleF 構造体の幅と高さを表す SizeF

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

RectangleF 構造体 | RectangleF メンバ | System.Drawing 名前空間