コード例 #1
0
 public Form1()
 {
     backend = new LandscapeGenerator();
     InitializeComponent();
     DrawArea = new Bitmap(pictureBox.Width, pictureBox.Height);  //tekenPlatform juiste groote
     backend.ResetPointList(pictureBox.Width, pictureBox.Height); //start waarde Points
     drawIt();
 }