PointCollection::Add Method (Point)
.NET Framework (current version)
Adds a Point to the end of the PointCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
-
Type:
System.Windows::Point
The Point to add to the end of the PointCollection.
Implements
ICollection<T>::Add(T)| Exception | Condition |
|---|---|
| ArgumentException | value is null. |
| NotSupportedException |
Unlike typical implementations of ICollection<T>::Add, this implementation throws an ArgumentException if you attempt to add a null (Nothing) reference.
.NET Framework
Available since 3.0
Available since 3.0
Show: