# GUIToScreenRect(Rect)

> Convert a rect from GUI position to screen space.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.3/script-reference/unityengine.md)
* **Assembly:** UnityEngine.IMGUIModule

```csharp
public static Rect GUIToScreenRect(Rect guiRect)
```

### Parameters

**** (\[Rect]\(/engine/6000.3/script-reference/unityengine/rect)):&#x20;

### Returns

| Type                                                        | Description |
| ----------------------------------------------------------- | ----------- |
| [Rect](/engine/6000.3/script-reference/unityengine/rect.md) |             |
