Search Results for

    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 Source

    Win32DisplayManager(Win32Workspace)

    Declaration
    public Win32DisplayManager(Win32Workspace workspace)
    Parameters
    Type Name Description
    Win32Workspace workspace

    Properties

    | Improve this Doc View Source

    Displays

    Declaration
    public IReadOnlyList<IDisplay> Displays { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<WinMan.IDisplay>
    | Improve this Doc View Source

    PrimaryDisplay

    Declaration
    public IDisplay PrimaryDisplay { get; }
    Property Value
    Type Description
    WinMan.IDisplay
    | Improve this Doc View Source

    VirtualDisplayBounds

    Declaration
    public Rectangle VirtualDisplayBounds { get; }
    Property Value
    Type Description
    WinMan.Rectangle
    | Improve this Doc View Source

    Workspace

    Declaration
    public IWorkspace Workspace { get; }
    Property Value
    Type Description
    WinMan.IWorkspace

    Events

    | Improve this Doc View Source

    Added

    Declaration
    public event EventHandler<DisplayChangedEventArgs> Added
    Event Type
    Type Description
    System.EventHandler<WinMan.DisplayChangedEventArgs>
    | Improve this Doc View Source

    PrimaryDisplayChanged

    Declaration
    public event EventHandler<PrimaryDisplayChangedEventArgs> PrimaryDisplayChanged
    Event Type
    Type Description
    System.EventHandler<WinMan.PrimaryDisplayChangedEventArgs>
    | Improve this Doc View Source

    Removed

    Declaration
    public event EventHandler<DisplayChangedEventArgs> Removed
    Event Type
    Type Description
    System.EventHandler<WinMan.DisplayChangedEventArgs>
    | Improve this Doc View Source

    VirtualDisplayBoundsChanged

    Declaration
    public event EventHandler<DisplayRectangleChangedEventArgs> VirtualDisplayBoundsChanged
    Event Type
    Type Description
    System.EventHandler<WinMan.DisplayRectangleChangedEventArgs>

    Implements

    WinMan.IDisplayManager
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX