Contents

convertFromBacking(_:)

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

Declaration

func convertFromBacking(_ point: NSPoint) -> NSPoint

Parameters

  • point:

    The point in the pixel backing store aligned coordinate system.

Return Value

A point in the view’s interior coordinate system.

See Also

Converting Coordinate Values