# Editor.GraphicsItem.BoundingRect

```csharp
Rect BoundingRect { get; set; }
```

The outer bounds of the item as a rectangle; all painting must be restricted to inside an item's bounding rect.

Declared in [Editor.GraphicsItem](/api/Editor.GraphicsItem).
Assembly: `Sandbox.Tools`.
