다음을 통해 공유


RSTextureView 생성자

정의

오버로드

RSTextureView(Context)
사용되지 않음.

이 멤버는 더 이상 사용되지 않습니다.

RSTextureView(Context, IAttributeSet)
사용되지 않음.

이 멤버는 더 이상 사용되지 않습니다.

RSTextureView(IntPtr, JniHandleOwnership)

RSTextureView(Context)

주의

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

매개 변수

context
Context
특성

설명

이 멤버는 더 이상 사용되지 않습니다. API 16 표준 뷰 생성자에서 무언가를 렌더링하려면 렌더러를 등록하기 위해 호출 android.opengl.GLSurfaceView#setRenderer 해야 합니다.

에 대한 android.renderscript.RSTextureView.RSTextureView(android.content.Context)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

RSTextureView(Context, IAttributeSet)

주의

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

매개 변수

context
Context
특성

설명

이 멤버는 더 이상 사용되지 않습니다. API 16 표준 뷰 생성자에서 무언가를 렌더링하려면 렌더러를 등록하기 위해 호출 android.opengl.GLSurfaceView#setRenderer 해야 합니다.

에 대한 android.renderscript.RSTextureView.RSTextureView(android.content.Context, android.util.AttributeSet)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

RSTextureView(IntPtr, JniHandleOwnership)

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

매개 변수

javaReference
IntPtr

nativeint

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상