Ejemplo n.º 1
0
 public void StartDrow()
 {
     for (int i = 0; i < _points.GetCount() - 1; i++)
     {
         DrawLine(_points.GetPoint(i), _points.GetPoint(i + 1), _palette.GetColor());
     }
     Save();
 }