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

# IRects

> IRects ist eine Sammlung von IRect-Rechtecken in FlexiCapture-Skripten. Mit der Methode AddRect lassen sich Rechtecke anhand von Pixelkoordinaten hinzufügen.

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

Eine Sammlung von [IRect](/de/flexi-capture/appendix/scripts/irect)-Schnittstellen.

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

| **Definition**                                         | **Beschreibung**                                                 |
| ------------------------------------------------------ | ---------------------------------------------------------------- |
| AddRect (left: int, top: int, right: int, bottom: int) | Fügt der Rectangle-Sammlung ein weiteres **rect**-Element hinzu. |
