GLSurfaceView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GLSurfaceView(Context) |
標準ビュー コンストラクター。 |
GLSurfaceView(Context, IAttributeSet) |
標準ビュー コンストラクター。 |
GLSurfaceView(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
GLSurfaceView(Context)
標準ビュー コンストラクター。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public GLSurfaceView (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Opengl.GLSurfaceView : Android.Content.Context -> Android.Opengl.GLSurfaceView
パラメーター
- context
- Context
- 属性
注釈
標準ビュー コンストラクター。 何かをレンダリングするには、レンダラーを登録するために呼び出 #setRenderer
す必要があります。
の Java ドキュメントandroid.opengl.GLSurfaceView.GLSurfaceView(android.content.Context)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
GLSurfaceView(Context, IAttributeSet)
標準ビュー コンストラクター。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public GLSurfaceView (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Opengl.GLSurfaceView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Opengl.GLSurfaceView
パラメーター
- context
- Context
- attrs
- IAttributeSet
- 属性
注釈
標準ビュー コンストラクター。 何かをレンダリングするには、レンダラーを登録するために呼び出 #setRenderer
す必要があります。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
GLSurfaceView(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected GLSurfaceView (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Opengl.GLSurfaceView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Opengl.GLSurfaceView
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。