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

> Splitter スクリプト アクティビティで、文書画像上の矩形領域を表す読み書き可能なピクセル座標（Left、Top、Right、Bottom）を提供する Rectangle クラス。

画像上の矩形領域にアクセスできます。座標はピクセル単位で指定します。

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

| 名前       | データ型  | アクセスレベル | 説明           |
| :------- | :---- | :------ | :----------- |
| `Left`   | `int` | 読み書き    | 矩形領域の左辺のx座標。 |
| `Top`    | `int` | 読み書き    | 矩形領域の上辺のy座標。 |
| `Right`  | `int` | 読み書き    | 矩形領域の右辺のx座標。 |
| `Bottom` | `int` | 読み書き    | 矩形領域の下辺のy座標。 |
