<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICoordinateSpace/convert(_:from:)-3w27q",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UICoordinateSpace(im)convertPoint:fromCoordinateSpace:"
  },
  "title" : "convert(_:from:)"
}
-->

# convert(_:from:)

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

```
func convert(_ point: CGPoint, from coordinateSpace: any UICoordinateSpace) -> CGPoint
```

## Parameters

`point`

A point in the specified coordinate space.

`coordinateSpace`

The coordinate space in which `point` is specified.

## Return Value

A point specified in the coordinate space of the current object.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)