logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct SerializableDisplayInfo

    Serializable structure representing display information.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.SystemConfiguration.Domain.Structs
    Assembly: Serenity.SystemConfiguration.Domain.dll
    Syntax
    public struct SerializableDisplayInfo

    Fields

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int

    The height of the display.

    Index

    Declaration
    public int Index
    Field Value
    Type Description
    int

    The index of the display.

    IsPrimary

    Declaration
    public bool IsPrimary
    Field Value
    Type Description
    bool

    Indicates whether the display is primary.

    RefreshRate

    Declaration
    public int RefreshRate
    Field Value
    Type Description
    int

    The refresh rate of the display.

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    int

    The width of the display.

    In this article
    © 2026 Serenity. All Rights Reserved