> ## 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-Objekt in FlexiCapture-Shell-Skripten: beschreibt ein Rectangle mit den Koordinaten Left, Top, Right und Bottom sowie der Methode ToString().

<div id="what-it-does">
  ## Beschreibung
</div>

Stellt ein Rectangle dar.

<div id="methods">
  ## Methoden
</div>

| **Definition**      | **Beschreibung**                                                         |
| ------------------- | ------------------------------------------------------------------------ |
| ToString() : string | Gibt ein Rectangle als string in der Form "\[left,top,right,bottom]" aus |

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

| **Name** | **Typ** | **Zugriff**     | **Beschreibung**  |
| -------- | ------- | --------------- | ----------------- |
| Bottom   | int     | Lesen/Schreiben | Bottom-Koordinate |
| Left     | int     | Lesen/Schreiben | Left-Koordinate   |
| Right    | int     | Lesen/Schreiben | Right-Koordinate  |
| Top      | int     | Lesen/Schreiben | Top-Koordinate    |
