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

> FlexiCapture シェル スクリプトの IShellRect オブジェクト。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>

| **Name** | **型** | **アクセス**  | **Description** |
| -------- | ----- | --------- | --------------- |
| Bottom   | int   | 読み取り/書き込み | Bottom 座標       |
| Left     | int   | 読み取り/書き込み | Left 座標         |
| Right    | int   | 読み取り/書き込み | Right 座標        |
| Top      | int   | 読み取り/書き込み | Top 座標          |
