> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XInterval

> Range of X-coordinates on an image in the FlexiLayout language, with Start and End methods and arithmetic against Distance and DistInterval values.

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

## Operators

| Operator | Description                                                                                                                  |
| :------- | :--------------------------------------------------------------------------------------------------------------------------- |
| `+`      | 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

| Method                | Description                                                                    |
| :-------------------- | :----------------------------------------------------------------------------- |
| `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.       |
