Edit

Share via


iPhoneOSGameView.GraphicsContext Property

Definition

Gets the IGraphicsContext instance bound to this iPhoneOSGameView instance.

public OpenTK.Graphics.IGraphicsContext GraphicsContext { get; set; }
member this.GraphicsContext : OpenTK.Graphics.IGraphicsContext with get, set

Property Value

A IGraphicsContext instance bound to this iPhoneOSGameView instance.

Remarks

Unless manually set, GraphicsContext will be null until CreateFrameBuffer() has been invoked.

Applies to