Rectangle::Size Property

 

Gets or sets the size of this Rectangle.

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

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

Property Value

Type: System.Drawing::Size

A Size that represents the width and height of this Rectangle structure.

.NET Framework
Available since 1.1
Return to top
Show: