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 來註冊渲染器。
Java 文件 android.renderscript.RSSurfaceView.RSSurfaceView(android.content.Context)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
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 來註冊渲染器。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
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
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。