static void n_Place_Landroid_graphics_RectF_(IntPtr jnienv, IntPtr native__this, IntPtr native_rectF)
 {
     global::Com.Nightonke.Boommenu.Piece.BoomPiece __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Piece.BoomPiece> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.RectF rectF = global::Java.Lang.Object.GetObject <global::Android.Graphics.RectF> (native_rectF, JniHandleOwnership.DoNotTransfer);
     __this.Place(rectF);
 }