Table of Contents

Class PolylineAnnotation

Namespace
Loehnert.Waveforms.Annotations
Assembly
Loehnert.Waveforms.dll

Represents an annotation, build with multiple lines from point to point.

public class PolylineAnnotation : PathAnnotation, IAnnotation
Inheritance
PolylineAnnotation
Implements
Inherited Members

Constructors

PolylineAnnotation(IEnumerable<Point>)

Initializes a new instance of the PolylineAnnotation class.

public PolylineAnnotation(IEnumerable<Point> points)

Parameters

points IEnumerable<Point>

Line points.

Exceptions

ArgumentNullException

Thrown when points is null.

Properties

Points

Gets the points.

public IEnumerable<Point> Points { get; }

Property Value

IEnumerable<Point>