Share via


RSSurfaceView Constructors

Definition

Overloads

RSSurfaceView(Context)
Obsolete.

This member is deprecated.

RSSurfaceView(Context, IAttributeSet)
Obsolete.

This member is deprecated.

RSSurfaceView(IntPtr, JniHandleOwnership)

RSSurfaceView(Context)

Caution

deprecated

This member is deprecated.

[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

Parameters

context
Context
Attributes

Remarks

This member is deprecated. in API 16 Standard View constructor. In order to render something, you must call android.opengl.GLSurfaceView#setRenderer to register a renderer.

Java documentation for android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

RSSurfaceView(Context, IAttributeSet)

Caution

deprecated

This member is deprecated.

[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

Parameters

context
Context
Attributes

Remarks

This member is deprecated. in API 16 Standard View constructor. In order to render something, you must call android.opengl.GLSurfaceView#setRenderer to register a renderer.

Java documentation for android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context, android.util.AttributeSet).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

RSSurfaceView(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to