Class Win32DisplayManager
Inheritance
System.Object
Win32DisplayManager
Implements
WinMan.IDisplayManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WinMan.Windows
Assembly: WinMan.Windows.dll
Syntax
public class Win32DisplayManager : IDisplayManager
Constructors
| Improve this Doc View SourceWin32DisplayManager(Win32Workspace)
Declaration
public Win32DisplayManager(Win32Workspace workspace)
Parameters
Type | Name | Description |
---|---|---|
Win32Workspace | workspace |
Properties
| Improve this Doc View SourceDisplays
Declaration
public IReadOnlyList<IDisplay> Displays { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<WinMan.IDisplay> |
PrimaryDisplay
Declaration
public IDisplay PrimaryDisplay { get; }
Property Value
Type | Description |
---|---|
WinMan.IDisplay |
VirtualDisplayBounds
Declaration
public Rectangle VirtualDisplayBounds { get; }
Property Value
Type | Description |
---|---|
WinMan.Rectangle |
Workspace
Declaration
public IWorkspace Workspace { get; }
Property Value
Type | Description |
---|---|
WinMan.IWorkspace |
Events
| Improve this Doc View SourceAdded
Declaration
public event EventHandler<DisplayChangedEventArgs> Added
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayChangedEventArgs> |
PrimaryDisplayChanged
Declaration
public event EventHandler<PrimaryDisplayChangedEventArgs> PrimaryDisplayChanged
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.PrimaryDisplayChangedEventArgs> |
Removed
Declaration
public event EventHandler<DisplayChangedEventArgs> Removed
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayChangedEventArgs> |
VirtualDisplayBoundsChanged
Declaration
public event EventHandler<DisplayRectangleChangedEventArgs> VirtualDisplayBoundsChanged
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayRectangleChangedEventArgs> |
Implements
WinMan.IDisplayManager