# Sandbox.Package.Screenshot.GetThumbUrl

```csharp
string GetThumbUrl(int width, int height)
```

Return the URL of a thumbnail matching this exact size. For caching reasons it's going to be best if
we can keep this to round number sizes (256, 512 etc) rather than trying to exact fit.

### Parameters

- `width` (`int`)
- `height` (`int`)

### Returns

`string`

Declared in [Sandbox.Package.Screenshot](/api/Sandbox.Package.Screenshot).
Assembly: `Sandbox.Engine`.
