Contents

screenPoint(fromView:point:)

Returns the point in screen coordinates.

Declaration

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.

See Also

Getting Screen Coordinates