言語

SurfaceControl.Transaction.SetLayer(SurfaceControl, Int32) メソッド

定義

指定したサーフェスの Z オーダー レイヤーを設定します。

[Android.Runtime.Register("setLayer", "(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;", "GetSetLayer_Landroid_view_SurfaceControl_IHandler", ApiSince=29)]
public virtual Android.Views.SurfaceControl.Transaction SetLayer(Android.Views.SurfaceControl sc, int z);
[<Android.Runtime.Register("setLayer", "(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;", "GetSetLayer_Landroid_view_SurfaceControl_IHandler", ApiSince=29)>]
abstract member SetLayer : Android.Views.SurfaceControl * int -> Android.Views.SurfaceControl.Transaction
override this.SetLayer : Android.Views.SurfaceControl * int -> Android.Views.SurfaceControl.Transaction

パラメーター

sc
SurfaceControl

sc に使用される Android.Views.SurfaceControl 値。

z
Int32

z に使用される System.Int32 値。

返品

レイヤーの設定操作の結果。

属性

注釈

詳細については、android.view.SurfaceControl.Transaction.setLayer の Android リファレンス ドキュメントを参照してください。

android.view.SurfaceControl.Transaction.setLayer のリファレンス Javaドキュメント。

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

適用対象