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