Click or drag to resize

ScreenBounds Property

Gets the bounds of the display in the DisplayBounds area.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public RectangleF Bounds { get; }

Property Value

Type: RectangleF
The display's bounds.
Remarks
The primary screen's upper left corner is always located at 0,0. A negative X/Y indicates that the screen location is to the left or top of the primary screen. A positive X/Y indicates that the screen location is to the right or bottom of the primary screen.
See Also