convertPoint(toScreen:)
Converts a point to the screen coordinate system from the window’s coordinate system.
Declaration
func convertPoint(toScreen point: NSPoint) -> NSPointParameters
- point:
A point in the window’s coordinate system.
Return Value
A point in the screen’s coordinate system.