screenPoint(fromView:point:)
Returns the point in screen coordinates.
Declaration
static func screenPoint(fromView parentView: NSView, point: NSPoint) -> NSPointDiscussion
Given a point in the specified view’s coordinates, it returns the same point in the screen’s coordinates.