<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAccessibility-swift.struct/screenPoint(fromView:point:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@F@NSAccessibilityPointInView"
  },
  "title" : "screenPoint(fromView:point:)"
}
-->

# screenPoint(fromView:point:)

Returns the point in screen coordinates.

```
static func screenPoint(fromView parentView: NSView, point: NSPoint) -> NSPoint
```

## Discussion

Given a point in the specified view’s coordinates, it returns the same point in the screen’s coordinates.

---

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)