Show / Hide Table of Contents

Class MonitorInfo

Contains information about a display monitor.

Inheritance
object
MonitorInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX