Example #1
0
 public void AddPoint(Point point)
 {
     PointsList.Sort((left, right) => left.X - right.X);
 }