Пример #1
0
 private void DrawContour(Graphics g, Contour c, ScreenConverter sc)
 {
     c.Draw(g, allix, coord, sc);
 }