Ejemplo n.º 1
0
 private void DrawCurContour(Graphics g, ScreenConverter sc)
 {
     if (curContour != null)
     {
         curContour.Draw(g, allix, coord, sc);
     }
 }
Ejemplo n.º 2
0
 private void DrawContour(Graphics g, Contour c, ScreenConverter sc)
 {
     c.Draw(g, allix, coord, sc);
 }