ScreenIHandlerBounds Property |
Gets the bounds of the display.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax RectangleF Bounds { get; }
ReadOnly Property Bounds As RectangleF
Get
abstract Bounds : RectangleF with get
Property Value
Type:
RectangleFThe 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