static void n_SetPixels_arrayIIIIIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2, int p3, int p4, int p5, int p6)
 {
     global::Org.Neuroph.Imgrec.Image.ImageJ2SE __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Imgrec.Image.ImageJ2SE> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     int[] p0 = (int[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.SetPixels(p0, p1, p2, p3, p4, p5, p6);
     if (p0 != null)
     {
         JNIEnv.CopyArray(p0, native_p0);
     }
 }