RenderScriptGL.SurfaceConfig.SetSamples(Int32, Int32, Single) メソッド

定義

注意事項

deprecated

このメンバーは非推奨とされます。

[Android.Runtime.Register("setSamples", "(IIF)V", "GetSetSamples_IIFHandler")]
[System.Obsolete("deprecated")]
public virtual void SetSamples (int minimum, int preferred, float Q);
[<Android.Runtime.Register("setSamples", "(IIF)V", "GetSetSamples_IIFHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetSamples : int * int * single -> unit
override this.SetSamples : int * int * single -> unit

パラメーター

minimum
Int32

必要なサンプル数は、少なくとも 1 である必要があります。

preferred
Int32

サンプルのタージ数は、少なくともである必要があります

Q
Single

サンプルの品質は、0~1の範囲です。 同じ数のサンプルを持ち、レンダリング品質が異なる異なる形式を決定するために使用されます。

属性

注釈

このメンバーは非推奨とされます。 API 16 でマルチサンプル レンダリングを構成します。

android.renderscript.RenderScriptGL.SurfaceConfig.setSamples(int, int, float)Java ドキュメント。

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

適用対象