Gets or sets screen-related bounds of associated system window.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property ScreenRectangle As Rectangle
C#
public Rectangle ScreenRectangle { get; set; }
Visual C++
public:
property Rectangle ScreenRectangle {
	Rectangle get ();
	void set (Rectangle value);
}
JavaScript
function get_screenRectangle();
function set_screenRectangle(value);

See Also