iPhoneOSGameView.WindowInfo Property

Definition

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.

Applies to