> ## 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 オブジェクトの CutRect メソッド

> ABBYY FineReader Engine API の Region オブジェクトの CutRect メソッド — Region から矩形領域を切り取ります。

このメソッドは、Region から矩形領域を切り取ります。

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

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

```cpp theme={null}
HRESULT CutRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);
```

### C\#

```csharp theme={null}
void CutRect(
  int Left,
  int Top,
  int Right,
  int Bottom
);
```

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

```vb theme={null}
Sub CutRect( _
  Left As Integer, _
  Top As Integer, _
  Right As Integer, _
  Bottom As Integer _
)
```

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

Left

\[in] このパラメーターは、長方形の左辺の座標を指定します。

Top

\[in] このパラメーターは、長方形の上辺の座標を指定します。

Right

\[in] このパラメーターは、長方形の右辺の座標を指定します。

Bottom

\[in] このパラメーターは、長方形の下辺の座標を指定します。

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