NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Screen.Bounds

Gets the bounds of the display.

[Visual Basic]
Public ReadOnly Property Bounds As Rectangle
[C#]
public Rectangle Bounds {get;}
[C++]
public: __property Rectangle get_Bounds();
[JScript]
public function get Bounds() : Rectangle;

Property Value

The bounds of the display.

See Also

Screen Class | Screen Members | System.WinForms Namespace | Rectangle