Skip to main content
Type used to represent a range of X-coordinates on an image.

Operators

OperatorDescription
+Adds a value of type XInterval to a value of type Distance. Binary operator. Returns a value of type Xinterval.
+Adds a value of type XInterval to a value of type DistInterval. Binary operator. Returns a value of type Xinterval.
-Subtracts a value of type Distance from a value of type XInterval. Binary operator. Returns a value of type Xinterval.
-Subtracts a value of type DistInterval from a value of type XInterval. Binary operator. Returns a value of type Xinterval.
-Subtracts a value of type XInterval from a value of type XInterval. Binary operator. Returns a value of type XInterval.
-Subtracts a value of type XCoordinate from a value of type XInterval. Binary operator. Returns a value of type DistInterval.
-Subtracts a value of type XInterval from a value of type XCoordinate. Binary operator. Returns a value of type DistInterval.

Methods

MethodDescription
XCoordinate Start()Returns the X-coordinate of the beginning of the interval. Read-only property.
XCoordinate End()Returns the X-coordinate of the end of the interval. Read-only property.