次の方法で共有


iPhoneOSGameView.GraphicsContext プロパティ

定義

このiPhoneOSGameViewインスタンスにIGraphicsContextバインドされているインスタンスを取得します。

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

プロパティ値

IGraphicsContextこのiPhoneOSGameViewインスタンスにバインドされているインスタンス。

注釈

手動で設定しない限り、 GraphicsContextCreateFrameBuffer()null呼び出されるまでになります。

適用対象