RSSurfaceView 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| RSSurfaceView(Context) |
사용되지 않음.
이 멤버는 더 이상 사용되지 않습니다. |
| RSSurfaceView(Context, IAttributeSet) |
사용되지 않음.
이 멤버는 더 이상 사용되지 않습니다. |
| RSSurfaceView(IntPtr, JniHandleOwnership) |
RSSurfaceView(Context)
주의
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
매개 변수
- context
- Context
- 특성
설명
이 멤버는 더 이상 사용되지 않습니다. API 16 표준 뷰 생성자에서 무언가를 렌더링하려면 렌더러를 등록하기 위해 호출 android.opengl.GLSurfaceView#setRenderer 해야 합니다.
에 대한 android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context)Java 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RSSurfaceView(Context, IAttributeSet)
주의
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
매개 변수
- context
- Context
- attrs
- IAttributeSet
- 특성
설명
이 멤버는 더 이상 사용되지 않습니다. API 16 표준 뷰 생성자에서 무언가를 렌더링하려면 렌더러를 등록하기 위해 호출 android.opengl.GLSurfaceView#setRenderer 해야 합니다.
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
RSSurfaceView(IntPtr, JniHandleOwnership)
protected RSSurfaceView(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.RSSurfaceView : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.RSSurfaceView
매개 변수
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
설명
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.