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
PointAnnotation(Point)
Initializes a new instance of the PointAnnotation class.
public PointAnnotation(Point point)
Parameters
point
PointThe point with the x and y value.
Properties
X
Gets the x value.
public double X { get; }
Property Value
Y
Gets the y value.
public double Y { get; }