RSSurfaceView Constructores

Definición

Sobrecargas

Nombre Description
RSSurfaceView(Context)
Obsoletos.

Este miembro está en desuso.

RSSurfaceView(Context, IAttributeSet)
Obsoletos.

Este miembro está en desuso.

RSSurfaceView(IntPtr, JniHandleOwnership)

RSSurfaceView(Context)

Precaución

deprecated

Este miembro está en desuso.

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

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.

Java documentación para android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

RSSurfaceView(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 RSSurfaceView(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.RSSurfaceView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Renderscripts.RSSurfaceView

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.

Java documentación para android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context, android.util.AttributeSet).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

RSSurfaceView(IntPtr, JniHandleOwnership)

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

Parámetros

javaReference
IntPtr

nativeint

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a