convertFromBacking(_:)
Converts a point from its pixel aligned backing store coordinate system to the view’s interior coordinate system.
Declaration
func convertFromBacking(_ point: NSPoint) -> NSPointParameters
- point:
The point in the pixel backing store aligned coordinate system.
Return Value
A point in the view’s interior coordinate system.