---
title: coordinateSpace
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/coordinatespace
---

# coordinateSpace

The coordinate space occupied by the scene.

## Declaration

```swift
var coordinateSpace: any UICoordinateSpace { get }
```

## Discussion

Discussion Use the provided coordinate space to get the bounds of the scene’s bounds rectangle and to convert points and rectangles to and from other coordinate spaces. For example, use coordinateSpace to convert a point in the scene to the screen coordinate space.

## See Also

### Deprecated symbols

- [interfaceOrientation](uikit/uiwindowscene/interfaceorientation.md)
