> ## 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.

# Rectangle

> Provides access to rectangular areas on an image. Coordinates are specified in pixels.

`Rectangle` represents a rectangular area on an image. Coordinates are specified in pixels relative to the page's top-left corner.

## Properties

| Name       | Type | Access level | Description                              |
| :--------- | :--- | :----------- | :--------------------------------------- |
| **Left**   | int  | Read-write   | The x-coordinate of the left boundary.   |
| **Top**    | int  | Read-write   | The y-coordinate of the top boundary.    |
| **Right**  | int  | Read-write   | The x-coordinate of the right boundary.  |
| **Bottom** | int  | Read-write   | The y-coordinate of the bottom boundary. |

## Related topics

* [ImageRegion](/vantage/documentation/skill-designer/document/rule-verification/image-region)
* [RectangleList](/vantage/documentation/skill-designer/document/rule-verification/rectangle-list)
* [ImageRegionList](/vantage/documentation/skill-designer/document/rule-verification/image-region-list)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
