> ## 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 は、FlexiCapture スクリプト内の IRect Rectangle のコレクションで、ピクセル座標で Rectangle を末尾に追加する AddRect メソッドを備えています。

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

[IRect](/ja/flexi-capture/appendix/scripts/irect) インターフェイスのコレクションです。

<div id="methods">
  ## メソッド
</div>

| **定義**                                                 | **説明**                                 |
| ------------------------------------------------------ | -------------------------------------- |
| AddRect (left: int, top: int, right: int, bottom: int) | Rectangle コレクションに別の **rect** 要素を追加します。 |
