Contents

convertToBacking(_:)

Converts a size from the view’s interior coordinate system to its pixel aligned backing store coordinate system.

Declaration

func convertToBacking(_ size: NSSize) -> NSSize

Parameters

  • size:

    The size in the view’s interior coordinate system.

Return Value

The size in the pixel aligned coordinate system.

See Also

Converting Coordinate Values