RSTextureView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RSTextureView(Context) |
Obsolete.
This member is deprecated. |
RSTextureView(Context, IAttributeSet) |
Obsolete.
This member is deprecated. |
RSTextureView(IntPtr, JniHandleOwnership) |
RSTextureView(Context)
Caution
deprecated
This member is deprecated.
[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
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.RSTextureView.RSTextureView(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
RSTextureView(Context, IAttributeSet)
Caution
deprecated
This member is deprecated.
[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
Parameters
- context
- Context
- attrs
- IAttributeSet
- 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.
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
RSTextureView(IntPtr, JniHandleOwnership)
protected RSTextureView (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.RSTextureView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.RSTextureView
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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.