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