# Editor.GraphicsView.SetBackgroundImage

## Overload 1

```csharp
void SetBackgroundImage(string image)
```

### Parameters

- `image` (`string`)

## Overload 2

```csharp
void SetBackgroundImage(Pixmap image)
```

### Parameters

- `image` (`Pixmap`)

Declared in [Editor.GraphicsView](/api/Editor.GraphicsView).
Assembly: `Sandbox.Tools`.
