Contents

convertPointFromBacking(_:)

Converts a point from its pixel-aligned backing store coordinate system to the window’s coordinate system.

Declaration

func convertPointFromBacking(_ point: NSPoint) -> NSPoint

Parameters

  • point:

    The point in the pixel-aligned backing store coordinate system.

Return Value

A point in the window’s coordinate system.

See Also

Converting Coordinates