---
title: bounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicsrendererformat/bounds
---

# bounds

The bounds of the graphics context.

## Declaration

```swift
var bounds: CGRect { get }
```

## Discussion

Discussion This value represents the bounds of every Core Graphics context that the associated graphics renderer creates. If the graphics renderer itself creates a format object, the bounds are set to those provided to the renderer as part of the initializer.
