次の方法で共有


LayerDrawable.SetLayerInsetLeft(Int32, Int32) メソッド

定義

[Android.Runtime.Register("setLayerInsetLeft", "(II)V", "GetSetLayerInsetLeft_IIHandler", ApiSince=23)]
public virtual void SetLayerInsetLeft (int index, int l);
[<Android.Runtime.Register("setLayerInsetLeft", "(II)V", "GetSetLayerInsetLeft_IIHandler", ApiSince=23)>]
abstract member SetLayerInsetLeft : int * int -> unit
override this.SetLayerInsetLeft : int * int -> unit

パラメーター

index
Int32

調整するレイヤーのインデックス

l
Int32

左の境界からインセットするピクセル数

属性

注釈

の Java ドキュメントandroid.graphics.drawable.LayerDrawable.setLayerInsetLeft(int, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象