void DrawingGrid() { RadarDraw radar = new RadarDraw(); pictureBoxTarget.BackgroundImage = radar.Grid(pictureBoxTarget.Width, pictureBoxTarget.Height, 15); pictureBoxTarget.Image = pictureBoxTarget.BackgroundImage; image = pictureBoxTarget.Image; GRAPH = Graphics.FromImage(image); }
void DrawingGrid() { RadarDraw radar = new RadarDraw(); pictureBox1.Image = radar.Grid(pictureBox1.Width, pictureBox1.Height, scale); }
void DrawingGrid() { RadarDraw radar = new RadarDraw(); pictureBox1.BackgroundImage = radar.Grid(pictureBox1.Width, pictureBox1.Height, 15); }