PrimaryScreenBounds Property (SystemInfo)
In This Topic
Gets the bounds of the screen as returned by
System.Windows.Forms.Screen.Bounds.
Syntax
'Declaration
Public ReadOnly Property PrimaryScreenBounds As Rectangle
public Rectangle PrimaryScreenBounds {get;}
See Also