Contents

convertFromBacking(_:)

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

Declaration

func convertFromBacking(_ size: NSSize) -> NSSize

Parameters

  • size:

    The size in the pixel aligned coordinate system.

Return Value

The size in the view’s interior coordinate system.

See Also

Converting Coordinate Values