android.view.View.offsetTopAndBottom C# (CSharp) Метод

offsetTopAndBottom() публичный Метод

public offsetTopAndBottom ( int arg0 ) : void
arg0 int
Результат void
        public virtual void offsetTopAndBottom(int arg0)
        {
            global::MonoJavaBridge.JavaBridge.CallVoidMethod(this, global::android.view.View.staticClass, "offsetTopAndBottom", "(I)V", ref global::android.view.View._m166, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }
View