# BoxBoundsHandle

> Create a new instance of the BoxBoundsHandle class.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

## BoxBoundsHandle(int)

Create a new instance of the [BoxBoundsHandle](/engine/6000.7/script-reference/unityeditor/imgui/controls/boxboundshandle.md) class.

> **Warning:**
>
> **Deprecated.** Use parameterless constructor instead.

```csharp
public BoxBoundsHandle(int controlIDHint)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): An integer value used to generate consistent control IDs for each control handle on this instance. Avoid using the same value for all of your [BoxBoundsHandle](/engine/6000.7/script-reference/unityeditor/imgui/controls/boxboundshandle.md) instances.

## BoxBoundsHandle()

Create a new instance of the [BoxBoundsHandle](/engine/6000.7/script-reference/unityeditor/imgui/controls/boxboundshandle.md) class.

```csharp
public BoxBoundsHandle()
```
