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

# IShellRect

> IShellRect object in FlexiCapture shell scripts: represents a rectangle with Left, Top, Right, and Bottom coordinates plus a ToString() method.

## What it does

Represents a rectangle.

## Methods

| **Definition**      | **Description**                                                           |
| ------------------- | ------------------------------------------------------------------------- |
| ToString() : string | Represents a rectangle as a string of the form "\[left,top,right,bottom]" |

## Properties

| **Name** | **Type** | **Access** | **Description**   |
| -------- | -------- | ---------- | ----------------- |
| Bottom   | int      | Read/write | Bottom coordinate |
| Left     | int      | Read/write | Left coordinate   |
| Right    | int      | Read/write | Right coordinate  |
| Top      | int      | Read/write | Top coordinate    |
