次の方法で共有


View.LayoutChangeEventArgs コンストラクター

定義

public LayoutChangeEventArgs (int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom);
new Android.Views.View.LayoutChangeEventArgs : int * int * int * int * int * int * int * int -> Android.Views.View.LayoutChangeEventArgs

パラメーター

left
Int32
top
Int32
right
Int32
bottom
Int32
oldLeft
Int32
oldTop
Int32
oldRight
Int32
oldBottom
Int32

注釈

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

適用対象