Compartir a través de


GLSurfaceView Constructores

Definición

Sobrecargas

GLSurfaceView(Context)

Constructor De vista estándar.

GLSurfaceView(Context, IAttributeSet)

Constructor De vista estándar.

GLSurfaceView(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

GLSurfaceView(Context)

Constructor De vista estándar.

[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

Parámetros

context
Context
Atributos

Comentarios

Constructor De vista estándar. Para representar algo, debe llamar #setRenderer a para registrar un representador.

Documentación de Java para android.opengl.GLSurfaceView.GLSurfaceView(android.content.Context).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GLSurfaceView(Context, IAttributeSet)

Constructor De vista estándar.

[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

Parámetros

context
Context
Atributos

Comentarios

Constructor De vista estándar. Para representar algo, debe llamar #setRenderer a para registrar un representador.

Documentación de Java para android.opengl.GLSurfaceView.GLSurfaceView(android.content.Context, android.util.AttributeSet).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GLSurfaceView(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto de Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a