Пример #1
0
 public bool Contains(Point item) => Corners.Find(c => c == item) != null;