Show / Hide Table of Contents

Interface IWindowInfo

Describes an OS window.

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

Properties

Handle

Retrieves a platform-specific handle to this window.

Declaration
IntPtr Handle { get; }
Property Value
Type Description
System.IntPtr
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX