RectangleF::Size Property
.NET Framework (current version)
Gets or sets the size of this RectangleF.
Assembly: System.Drawing (in System.Drawing.dll)
public: [BrowsableAttribute(false)] property SizeF Size { SizeF get(); void set(SizeF value); }
Property Value
Type: System.Drawing::SizeFA SizeF that represents the width and height of this RectangleF structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: