共用方式為


iPhoneOSGameView.GraphicsContext 屬性

定義

取得系結至這個 iPhoneOSGameView 實例的 IGraphicsContext 實例。

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

屬性值

IGraphicsContext系結至這個 iPhoneOSGameView 實例的實例。

備註

除非手動設定, GraphicsContext 否則將會在 null 叫用之前 CreateFrameBuffer()

適用於