Interface IPointCollection
Represents Points.
public interface IPointCollection : ICollection<Point>, IEnumerable<Point>, IEnumerable, INotifyCollectionChanged
- Inherited Members
Methods
AddRange(IEnumerable<Point>)
Adds the points
to the collection.
void AddRange(IEnumerable<Point> points)
Parameters
points
IEnumerable<Point>Points to add.