Search Results for

    Class Win32Display

    Inheritance
    System.Object
    Win32Display
    Implements
    WinMan.IDisplay
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    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 Win32Display : IDisplay

    Properties

    | Improve this Doc View Source

    Bounds

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

    Scaling

    Declaration
    public double Scaling { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    WorkArea

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

    Workspace

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Events

    | Improve this Doc View Source

    BoundsChanged

    Declaration
    public event EventHandler<DisplayRectangleChangedEventArgs> BoundsChanged
    Event Type
    Type Description
    System.EventHandler<WinMan.DisplayRectangleChangedEventArgs>
    | 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

    ScalingChanged

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

    WorkAreaChanged

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

    Implements

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