Class WindowHandle
Handle to a window object.
Inherited Members
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 |