Class MonitorInfo
Contains information about a display monitor.
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public class MonitorInfo
Properties
| Name | Description |
|---|---|
| IsPrimary | Gets if the monitor is the the primary display monitor. |
| Name | Gets the name of the display. |
| RectMonitor | Gets the display monitor rectangle, expressed in virtual-screen coordinates. |
| RectWork | Gets the work area rectangle of the display monitor, expressed in virtual-screen coordinates. |
Methods
| Name | Description |
|---|---|
| GetDisplayMonitors() | Gets the display monitors (including invisible pseudo-monitors associated with the mirroring drivers). |
| ToString() | Returns a string that represents the current object. |