Class RectangleAnnotation
- Namespace
- Loehnert.Waveforms.Annotations
- Assembly
- Loehnert.Waveforms.dll
Represents a rectangle annotation.
public class RectangleAnnotation : ShapeAnnotation, IAnnotation
- Inheritance
-
RectangleAnnotation
- Implements
- Inherited Members
Constructors
RectangleAnnotation(double, double, double, double)
Initializes a new instance of the RectangleAnnotation class.
public RectangleAnnotation(double minX, double minY, double maxX, double maxY)
Parameters
minX
doubleMinimum x value.
minY
doubleMinimum y value.
maxX
doubleMaximum x value.
maxY
doubleMaximum y value.
Properties
MaximumX
Gets the maximum x value.
public double MaximumX { get; }
Property Value
MaximumY
Gets the maximum y value.
public double MaximumY { get; }
Property Value
MinimumX
Gets the minimum x value.
public double MinimumX { get; }
Property Value
MinimumY
Gets the minimum y value.
public double MinimumY { get; }