---
title: "convert(_:to:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uicoordinatespace/convert(_:to:)-3imkt"
---

# convert(_:to:)

Converts a rectangle from the coordinate space of the current object to the specified coordinate space.

## Declaration

```swift
func convert(_ rect: CGRect, to coordinateSpace: any UICoordinateSpace) -> CGRect
```

## Parameters

- `rect`: A rectangle specified in the coordinate system of the current object.
- `coordinateSpace`: The coordinate space into which rect is to be converted.

## Return Value

Return Value A rectangle specified in the target coordinate space.

## See Also

### Converting between coordinate spaces

- [convert(_:to:)](uikit/uicoordinatespace/convert(_:to:)-2ub7a.md)
- [convert(_:from:)](uikit/uicoordinatespace/convert(_:from:)-3w27q.md)
- [convert(_:from:)](uikit/uicoordinatespace/convert(_:from:)-9921a.md)
