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

# Region オブジェクトの Right プロパティ

> ABBYY FineReader Engine API における Region オブジェクトの Right プロパティ — Region 内の指定された rectangle の右端の座標を返します。

このプロパティは、指定したRectangleの右端の座標を返します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT get_Right(
   int  Index,
   int* Result
);
```

### C\#

```csharp theme={null}
int get_Right( int Index );
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
ReadOnly Property Right(Index As Integer) As Integer
```

<div id="parameters">
  ## パラメーター
</div>

Index

\[in] このパラメーターは、領域内のRectangleを指定します。値は 0 から [IRegion::Count](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/region#count) プロパティの値 - 1 の範囲である必要があります。

Result

\[out, retval] このプロパティの値を受け取る int 型変数へのポインターです。

<div id="return-values">
  ## 戻り値
</div>

この関数に固有の戻り値はありません。[ABBYY FineReader Engine 関数の標準の戻り値](/ja/fine-reader/engine/api-reference/return-codes)を返します。

<div id="see-also">
  ## 関連項目
</div>

[Region](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)

[プロパティの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
