iPhoneOSGameView.GraphicsContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得系結至這個 iPhoneOSGameView 實例的 IGraphicsContext 實例。
public OpenTK.Graphics.IGraphicsContext GraphicsContext { get; set; }
member this.GraphicsContext : OpenTK.Graphics.IGraphicsContext with get, set
屬性值
IGraphicsContext系結至這個 iPhoneOSGameView 實例的實例。
備註
除非手動設定, GraphicsContext
否則將會在 null
叫用之前 CreateFrameBuffer() 。