<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWindow/convert(_:from:)-1gbm1",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIWindow(im)convertPoint:fromWindow:"
  },
  "title" : "convert(_:from:)"
}
-->

# convert(_:from:)

Converts a point from the coordinate system of a given window to the coordinate system of the current window.

```
func convert(_ point: CGPoint, from window: UIWindow?) -> CGPoint
```

## Parameters

`point`

A point specifying a location in the coordinate system of `window`.

`window`

The source window containing the specified `point`. Specify `nil` to convert the point from the logical coordinate system of the screen, which is measured in points.

## Return Value

The point converted to the coordinate system of the current window.

---

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)