# Sandbox.Fill.Image

```csharp
static Fill Image(Texture texture, System.Nullable<Color> tint = null, System.Nullable<Length> width = null, System.Nullable<Length> height = null, System.Nullable<Length> offsetX = null, System.Nullable<Length> offsetY = null, BackgroundRepeat repeat = 4, FilterMode filter = 20)
```

### Parameters

- `texture` (`Texture`)
- `tint` (`System.Nullable<Color>`), default `null`
- `width` (`System.Nullable<Length>`), default `null`
- `height` (`System.Nullable<Length>`), default `null`
- `offsetX` (`System.Nullable<Length>`), default `null`
- `offsetY` (`System.Nullable<Length>`), default `null`
- `repeat` (`BackgroundRepeat`), default `4`
- `filter` (`FilterMode`), default `20`

### Returns

`Fill`

Declared in [Sandbox.Fill](/api/Sandbox.Fill).
Assembly: `Sandbox.Engine`.
