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