PointCollection::Contains Method (Point)
.NET Framework (current version)
Determines whether the PointCollection contains the specified Point.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
-
Type:
System.Windows::Point
The Point to locate in the PointCollection.
Return Value
Type: System::Booleantrue if the Point is found in the PointCollection; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 3.0
Available since 3.0
Show: