ScreenDisplayBounds Property |
Gets the display bounds of all screens on the current system.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static RectangleF DisplayBounds { get; }
Public Shared ReadOnly Property DisplayBounds As RectangleF
Get
static member DisplayBounds : RectangleF with get
Property Value
Type:
RectangleFThe display bounds of all screens.
See Also