Screen::Bounds Property

 

Gets the bounds of the display.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Rectangle Bounds {
	Rectangle get();
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle, representing the bounds of the display.

.NET Framework
Available since 1.1
Return to top
Show: