Search Results for

    Show / Hide Table of Contents

    Class Window

    Represents a Window in the WindowsSystem.

    Inheritance
    object
    Surface
    Window
    FormsWindow
    SDLWindow
    WPFWindow
    Inherited Members
    Surface.SurfaceInfo
    Surface.Width
    Surface.Height
    Surface.DPIDensity
    Surface.KeyboardDispatcher
    Surface.MouseDispatcher
    Surface.TouchDispatcher
    Surface.OnScreenSizeChanged
    Surface.OnSurfaceInfoChanged
    Surface.Closing
    Surface.GotFocus
    Surface.LostFocus
    Surface.Dispose()
    Surface.Destroy()
    Surface.OnClosing()
    Surface.OnGotFocus()
    Surface.OnLostFocus()
    Surface.OnSizeChanged()
    Surface.OnInfoChanged()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class Window : Surface

    Constructors

    Window(string, uint, uint)

    Initializes a new instance of the Window class.

    Declaration
    public Window(string title, uint width, uint height)
    Parameters
    Type Name Description
    string title

    The window title.

    uint width

    The window width.

    uint height

    The window height.

    Properties

    Title

    Gets or sets the window title.

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

    Visible

    Gets or sets a value indicating whether the window is visible.

    Declaration
    public abstract bool Visible { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX