예제 #1
0
 static void n_SetRound_FFFF(IntPtr jnienv, IntPtr native__this, float leftTop, float rightTop, float rightBottom, float leftBottom)
 {
     global::Com.Mob.Tools.Gui.RoundRectLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.RoundRectLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetRound(leftTop, rightTop, rightBottom, leftBottom);
 }
예제 #2
0
 static void n_SetRound_F(IntPtr jnienv, IntPtr native__this, float radius)
 {
     global::Com.Mob.Tools.Gui.RoundRectLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.RoundRectLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetRound(radius);
 }