iPhoneOSGameView.WindowInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the containing window.
public virtual OpenTK.Platform.IWindowInfo WindowInfo { get; }
member this.WindowInfo : OpenTK.Platform.IWindowInfo
Property Value
A IWindowInfo which provides information about the containing window.
Implements
Exceptions
The instance has had Dispose(Boolean) invoked on it.
Remarks
Always returns null
.