> ## 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 オブジェクト — ページ画像上の長方形領域の左上と右下の座標。

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

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

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

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

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