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