Interface IWindowInfo
Describes an OS window.
Inherited Members
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 |