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

> Objeto IShellRect en los scripts de shell de FlexiCapture: representa un rectángulo con coordenadas Left, Top, Right y Bottom, además del método ToString().

<div id="what-it-does">
  ## Qué hace
</div>

Representa un rectángulo.

<div id="methods">
  ## Métodos
</div>

| **Definición**      | **Descripción**                                                                   |
| ------------------- | --------------------------------------------------------------------------------- |
| ToString() : cadena | Representa un rectángulo como una cadena en el formato "\[left,top,right,bottom]" |

<div id="properties">
  ## Propiedades
</div>

| **Nombre** | **Tipo** | **Acceso**          | **Descripción**      |
| ---------- | -------- | ------------------- | -------------------- |
| Bottom     | int      | Lectura y escritura | Coordenada inferior  |
| Left       | int      | Lectura y escritura | Coordenada izquierda |
| Right      | int      | Lectura y escritura | Coordenada derecha   |
| Top        | int      | Lectura y escritura | Coordenada superior  |
