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