RectangleF::Size Property

 

Gets or sets the size of this RectangleF.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property SizeF Size {
	SizeF get();
	void set(SizeF value);
}

Property Value

Type: System.Drawing::SizeF

A SizeF that represents the width and height of this RectangleF structure.

.NET Framework
Available since 1.1
Return to top
Show: