---
title: "screenPoint(fromView:point:)"
framework: appkit
role: symbol
role_heading: Type Method
path: "appkit/nsaccessibility-swift.struct/screenpoint(fromview:point:)"
---

# screenPoint(fromView:point:)

Returns the point in screen coordinates.

## Declaration

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

## Discussion

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

## See Also

### Getting Screen Coordinates

- [screenRect(fromView:rect:)](appkit/nsaccessibility-swift.struct/screenrect(fromview:rect:).md)
