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