Example #1
0
 private void SetupMandelbrot()
 {
     MandelbrotBackend.SetupMandelbrot(bitmap1, pictureBox1);
 }
Example #2
0
 private void DrawMandlebrot()
 {
     MandelbrotBackend.DrawMandelbrot(zoom, x, y, Math.Min(pictureBox1.Height - 1, pictureBox1.Width - 1));
 }