PointCollection::Remove Method (Point)
.NET Framework (current version)
Removes the first occurrence of the specified Point from the PointCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
-
Type:
System.Windows::Point
The Point to remove from the PointCollection.
Return Value
Type: System::Booleantrue if value was removed from the PointCollection; otherwise, false.
Implements
ICollection<T>::Remove(T)| Exception | Condition |
|---|---|
| NotSupportedException |
.NET Framework
Available since 3.0
Available since 3.0
Show: