Gets the size of the screen.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static Size GetScreenSize()
Visual Basic (Declaration)
Public Shared Function GetScreenSize As Size

Return Value

The screen size.

See Also