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

# bounds

The bounding rectangle of the screen, measured in points.

## Declaration

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

## Discussion

Discussion This rectangle is specified in the current coordinate space, which takes into account any interface rotations in effect for the device. Therefore, the value of this property may change when the device rotates between portrait and landscape orientations.

## See Also

### Getting the size and scale

- [nativeBounds](uikit/uiscreen/nativebounds.md)
- [nativeScale](uikit/uiscreen/nativescale.md)
- [scale](uikit/uiscreen/scale.md)
