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

# Rectangle

> Rectangle オブジェクト — Condition アクティビティのスクリプト内で、ページ画像上の矩形領域を表す左上座標と右下座標。

`Rectangle` は、ページ画像上の1つの矩形領域を表すオブジェクトで、左上隅と右下隅によって定義されます。

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

| Name             | 型    | アクセス   | 説明       |
| :--------------- | :--- | :----- | :------- |
| **BottomRightX** | uint | 読み取り専用 | 右下隅のX座標。 |
| **BottomRightY** | uint | 読み取り専用 | 右下隅のY座標。 |
| **TopLeftX**     | uint | 読み取り専用 | 左上隅のX座標。 |
| **TopLeftY**     | uint | 読み取り専用 | 左上隅のY座標。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [Region](/ja/vantage/documentation/skill-designer/process/condition-activity/region)
* [Field](/ja/vantage/documentation/skill-designer/process/condition-activity/field)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
