# Sandbox.SceneCamera.Size

```csharp
Vector2 Size { get; set; }
```

The size of the screen. Allows us to work out aspect ratio.
For now will get updated automatically on render.

Declared in [Sandbox.SceneCamera](/api/Sandbox.SceneCamera).
Assembly: `Sandbox.Engine`.
