---
title: screenBounds
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacedevice/screenbounds
---

# screenBounds

The bounding rectangle of the screen.

## Declaration

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

## Discussion

Discussion The rectangle represents the dimensions of the screen and may be different from the rectangle used to display your app’s content.

## See Also

### Reading the Screen Information

- [screenScale](watchkit/wkinterfacedevice/screenscale.md)
