言語

RSSurfaceView コンストラクター

定義

オーバーロード

名前 説明
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 を呼び出す必要があります。

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
属性

注釈

このメンバーは非推奨です。 API 16 Standard View コンストラクター。 何かをレンダリングするには、レンダラーを登録するために android.opengl.GLSurfaceView#setRenderer を呼び出す必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象