<!--
{
  "availability" : [
    "macOS: 10.12.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindow/convertPoint(fromScreen:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWindow(im)convertPointFromScreen:"
  },
  "title" : "convertPoint(fromScreen:)"
}
-->

# convertPoint(fromScreen:)

Converts a point from the screen coordinate system to the window’s coordinate system.

```
func convertPoint(fromScreen point: NSPoint) -> NSPoint
```

## Parameters

`point`

A point in the screen’s coordinate system.

## Return Value

A point in the window’s coordinate system.

---

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)