Contents

convertPoint(toScreen:)

Converts a point to the screen coordinate system from the window’s coordinate system.

Declaration

func convertPoint(toScreen point: NSPoint) -> NSPoint

Parameters

  • point:

    A point in the window’s coordinate system.

Return Value

A point in the screen’s coordinate system.

See Also

Converting Coordinates