# Sandbox.Rendering.ViewSetup.ClipSpaceBounds

```csharp
System.Nullable<Vector4> ClipSpaceBounds
```

Clipspace is usually used for rendering posters, or center-offsetting the view. You're basically zooming
into a subrect of the clipspace. So imagine you draw a smaller rect inside the first rect of the frustum.. 
that's what you're gonna render - that rect.

Declared in [Sandbox.Rendering.ViewSetup](/api/Sandbox.Rendering.ViewSetup).
Assembly: `Sandbox.Engine`.
