Table of Contents

Interface IAnnotation

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

Represents an interface for an annotation of a waveform. For example a circle or a line between two points.

public interface IAnnotation

Properties

Waveform

Gets the waveform where the annotation belongs to.

IWaveform Waveform { get; }

Property Value

IWaveform

See Also