Search Results for

    Show / Hide Table of Contents

    Struct GPUDevice.VideoOutputMode

    Describes a video output display mode.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public struct VideoOutputMode

    Fields

    Height

    The resolution height (in pixel).

    Declaration
    public uint Height
    Field Value
    System.UInt32

    RefreshRate

    The screen refresh rate (in hertz).

    Declaration
    public uint RefreshRate
    Field Value
    System.UInt32

    Width

    The resolution width (in pixel).

    Declaration
    public uint Width
    Field Value
    System.UInt32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2021 Wojciech Figat