# GetResizeHeight(VideoResizeMode)

> Get the resulting height of the resize operation for the specified resize mode.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public int GetResizeHeight(VideoResizeMode mode)
```

### Parameters

**** (\[VideoResizeMode]\(/engine/6000.0/script-reference/unityeditor/videoresizemode)): Mode for which the height is queried.

### Returns

| Type                                                       | Description                           |
| ---------------------------------------------------------- | ------------------------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | Height for the specified resize mode. |
