Show / Hide Table of Contents

Class WindowHandle

Handle to a window object.

Inheritance
object
PalHandle
WindowHandle
Inherited Members
PalHandle.UserData
PalHandle.As<T>(IPalComponent)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public abstract class WindowHandle : PalHandle

Constructors

WindowHandle(GraphicsApiHints)

Initializes a new instance of the WindowHandle class.

Declaration
public WindowHandle(GraphicsApiHints graphicsApiHints)
Parameters
Type Name Description
GraphicsApiHints graphicsApiHints

The GraphicsApiHints that where used to create the window.

Properties

GraphicsApiHints

The GraphicsApiHints that where used to create the window.

Declaration
public GraphicsApiHints GraphicsApiHints { get; protected set; }
Property Value
Type Description
GraphicsApiHints
In this article
Back to top Generated by DocFX