Пример #1
0
 static void n_Place_IIII(IntPtr jnienv, IntPtr native__this, int left, int top, int width, int height)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Place(left, top, width, height);
 }
Пример #2
0
 static void n_Place_IIII(IntPtr jnienv, IntPtr native__this, int p0, int p1, int p2, int p3)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Place(p0, p1, p2, p3);
 }