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