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