Class ObservablePointCollection
Represents observable Points.
public class ObservablePointCollection : ObservableCollection<Point>, IList<Point>, IList, ICollection, IReadOnlyList<Point>, IReadOnlyCollection<Point>, INotifyPropertyChanged, IPointCollection, ICollection<Point>, IEnumerable<Point>, IEnumerable, INotifyCollectionChanged
- Inheritance
-
ObservablePointCollection
- Implements
- Inherited Members
Methods
AddRange(IEnumerable<Point>)
Adds the points
to the collection.
public void AddRange(IEnumerable<Point> points)
Parameters
points
IEnumerable<Point>Points to add.
Exceptions
- ArgumentNullException
Thrown when
points
is null.