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

# IRect

> IRect は ABBYY FlexiCapture スクリプトでRectangleを表すオブジェクトで、left、top、right、bottom のピクセル座標と ToString メソッドを備えています。

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

Rectangle を表します。

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

| **定義**              | **説明**                                             |
| ------------------- | -------------------------------------------------- |
| ToString() : string | Rectangleを "\[left,top,right,bottom]" 形式の文字列で表します。 |

<div id="properties">
  ## プロパティ
</div>

| **名前** | **型** | **アクセス** | **説明** |
| ------ | ----- | -------- | ------ |
| Bottom | int   | 読み取り専用   | 下端の座標。 |
| Left   | int   | 読み取り専用   | 左端の座標。 |
| Right  | int   | 読み取り専用   | 右端の座標。 |
| Top    | int   | 読み取り専用   | 上端の座標。 |

<Note>
  上記の座標の単位はピクセルです。
</Note>
