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

> ABBYY FineReader Engine API の Region オブジェクトの MakeEmpty メソッド — Region からすべての矩形を削除し、空にします。

このメソッドは、Region からすべての矩形を削除して空にします。

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

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

```cpp theme={null}
HRESULT MakeEmpty();
```

### C\#

```csharp theme={null}
void MakeEmpty();
```

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

```vb theme={null}
Sub MakeEmpty()
```

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

このメソッド固有の戻り値はありません。代わりに、[ABBYY FineReader Engine 関数の標準の戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="remarks">
  ## 備考
</div>

このメソッドを呼び出した後、[IRegion::Count](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/region#count) プロパティの値は 0 になります。

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

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