Пример #1
0
 void ViewFPaint(object sender, PaintEventArgs e)
 {
     e.Graphics.Clear(Color.White);
     g.draw(e.Graphics, scale, showTeleArrows);
 }