Show / Hide Table of Contents

Interface IWindowInfo

Describes an OS window.

Inherited Members
IDisposable.Dispose()
Namespace: OpenTK.Platform
Assembly: OpenTK.dll
Syntax
public interface IWindowInfo : IDisposable

Properties

Handle

Retrieves a platform-specific handle to this window.

Declaration
IntPtr Handle { get; }
Property Value
Type Description
IntPtr
In This Article
Back to top Generated by DocFX