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 |