Table of Contents

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 double

Minimum x value.

minY double

Minimum y value.

maxX double

Maximum x value.

maxY double

Maximum y value.

Properties

MaximumX

Gets the maximum x value.

public double MaximumX { get; }

Property Value

double

MaximumY

Gets the maximum y value.

public double MaximumY { get; }

Property Value

double

MinimumX

Gets the minimum x value.

public double MinimumX { get; }

Property Value

double

MinimumY

Gets the minimum y value.

public double MinimumY { get; }

Property Value

double