Table of Contents

Class PointAnnotation

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

Represents a point annotation, which is displayed as a circle.

public class PointAnnotation : ShapeAnnotation, IAnnotation
Inheritance
PointAnnotation
Implements
Inherited Members

Constructors

PointAnnotation(double, double)

Initializes a new instance of the PointAnnotation class.

public PointAnnotation(double x, double y)

Parameters

x double

The x value for the point.

y double

The y value for the point.

PointAnnotation(Point)

Initializes a new instance of the PointAnnotation class.

public PointAnnotation(Point point)

Parameters

point Point

The point with the x and y value.

Properties

X

Gets the x value.

public double X { get; }

Property Value

double

Y

Gets the y value.

public double Y { get; }

Property Value

double