PointCollection.Contains(Point) Метод
Определение
Определяет, содержит ли PointCollection указанное утверждение Point.Determines whether the PointCollection contains the specified Point.
public:
virtual bool Contains(System::Windows::Point value);
public bool Contains (System.Windows.Point value);
abstract member Contains : System.Windows.Point -> bool
override this.Contains : System.Windows.Point -> bool
Public Function Contains (value As Point) As Boolean
Параметры
- value
- Point
Объект Point, который требуется найти в коллекции PointCollection.The Point to locate in the PointCollection.
Возвращаемое значение
Значение true
, если объект Point найден в PointCollection; в противном случае — значение false
.true
if the Point is found in the PointCollection; otherwise, false
.