Search Results for

    Show / Hide Table of Contents

    Class Window

    Represent a Window on WindowSystem.

    Inheritance
    object
    Surface
    Window
    FormsWindow
    SDLWindow
    WPFWindow
    Implements
    IDisposable
    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()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public abstract class Window : Surface, IDisposable

    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

    Window title.

    uint width

    Window width.

    uint height

    Window height.

    Properties

    Title

    Gets or sets 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

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX