RSSurfaceView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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 Standard View コンストラクター。 何かをレンダリングするには、レンダラーを登録するために android.opengl.GLSurfaceView#setRenderer を呼び出す必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
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 Standard View コンストラクター。 何かをレンダリングするには、レンダラーを登録するために 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
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。