# Sandbox.UI.Panel.PanelPositionToScreenPosition

```csharp
Vector2 PanelPositionToScreenPosition(Vector2 pos)
```

Convert a point from local space to screen space

### Parameters

- `pos` (`Vector2`)

### Returns

`Vector2`

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
