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