logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GetScreenResolutionInput

    Input data transfer object for getting the screen resolution in the game graphics service.

    Inheritance
    object
    GetScreenResolutionInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameGraphics.Application.DTO
    Assembly: Serenity.GameGraphics.Application.dll
    Syntax
    public class GetScreenResolutionInput

    Constructors

    GetScreenResolutionInput(string)

    Initializes a new instance of the GetScreenResolutionInput class.

    Declaration
    public GetScreenResolutionInput(string id)
    Parameters
    Type Name Description
    string id

    The unique identifier for the screen resolution request.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The unique identifier for the screen resolution request.

    In this article
    © 2026 Serenity. All Rights Reserved