Compartir a través de


RSTextureView Constructores

Definición

Sobrecargas

RSTextureView(Context)
Obsoletos.

Este miembro está en desuso.

RSTextureView(Context, IAttributeSet)
Obsoletos.

Este miembro está en desuso.

RSTextureView(IntPtr, JniHandleOwnership)

RSTextureView(Context)

Precaución

deprecated

Este miembro está en desuso.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
[System.Obsolete("deprecated")]
public RSTextureView (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Renderscripts.RSTextureView : Android.Content.Context -> Android.Renderscripts.RSTextureView

Parámetros

context
Context
Atributos

Comentarios

Este miembro está en desuso. en el constructor api 16 Standard View. Para representar algo, debe llamar android.opengl.GLSurfaceView#setRenderer a para registrar un representador.

Documentación de Java para android.renderscript.RSTextureView.RSTextureView(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

RSTextureView(Context, IAttributeSet)

Precaución

deprecated

Este miembro está en desuso.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
[System.Obsolete("deprecated")]
public RSTextureView (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Renderscripts.RSTextureView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Renderscripts.RSTextureView

Parámetros

context
Context
Atributos

Comentarios

Este miembro está en desuso. en el constructor api 16 Standard View. Para representar algo, debe llamar android.opengl.GLSurfaceView#setRenderer a para registrar un representador.

Documentación de Java para android.renderscript.RSTextureView.RSTextureView(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

RSTextureView(IntPtr, JniHandleOwnership)

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

Parámetros

javaReference
IntPtr

nativeint

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