Table of Contents

Interface IPointCollection

Namespace
Loehnert.Waveforms.Contracts
Assembly
Loehnert.Waveforms.dll

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.