PointCollection::Contains Method (Point)

 

Determines whether the PointCollection contains the specified Point.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool Contains(
	Point value
) sealed

Parameters

value
Type: System.Windows::Point

The Point to locate in the PointCollection.

Return Value

Type: System::Boolean

true if the Point is found in the PointCollection; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: