VisioForge (c) 2025

Search Results for

    Class DisplayInfo

    Display info.

    Inheritance
    object
    DisplayInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public class DisplayInfo

    Properties

    Bounds

    Gets or sets the bounds.

    Declaration
    public Rectangle Bounds { get; set; }
    Property Value
    Type Description
    Rectangle

    DeviceId

    Gets or sets the device identifier.

    Declaration
    public string DeviceId { get; set; }
    Property Value
    Type Description
    string

    DpiX

    Gets or sets DPI X.

    Declaration
    public uint DpiX { get; set; }
    Property Value
    Type Description
    uint

    DpiY

    Gets or sets DPI Y.

    Declaration
    public uint DpiY { get; set; }
    Property Value
    Type Description
    uint

    FullName

    Gets or sets the name.

    Declaration
    public string FullName { get; set; }
    Property Value
    Type Description
    string

    WorkingArea

    Gets or sets the working area.

    Declaration
    public Rectangle WorkingArea { get; set; }
    Property Value
    Type Description
    Rectangle