Ejemplo n.º 1
0
 public void Change_Last(Point _point)
 {
     Polygones.Last().Points[Count_Last - 1] = _point;
 }
Ejemplo n.º 2
0
 public void Add_Last(Point _point)
 {
     Polygones.Last().Points.Add(_point);
 }