GLSurfaceView コンストラクター

定義

オーバーロード

GLSurfaceView(Context)

Standard View コンストラクター。

GLSurfaceView(Context, IAttributeSet)

Standard View コンストラクター。

GLSurfaceView(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

GLSurfaceView(Context)

Standard View コンストラクター。

[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
属性

注釈

Standard View コンストラクター。 何かをレンダリングするには、 を呼び出 #setRenderer してレンダラーを登録する必要があります。

android.opengl.GLSurfaceView.GLSurfaceView(android.content.Context)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

GLSurfaceView(Context, IAttributeSet)

Standard View コンストラクター。

[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
属性

注釈

Standard View コンストラクター。 何かをレンダリングするには、 を呼び出 #setRenderer してレンダラーを登録する必要があります。

android.opengl.GLSurfaceView.GLSurfaceView(android.content.Context, android.util.AttributeSet)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

GLSurfaceView(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected GLSurfaceView (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Opengl.GLSurfaceView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Opengl.GLSurfaceView

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava ネイティブ インターフェイス (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象