Contents

convertToLayer(_:)

Convert the size from the view’s interior coordinate system to the layer’s interior coordinate system.

Declaration

func convertToLayer(_ size: NSSize) -> NSSize

Parameters

  • size:

    A size in the view’s interior coordinate system.

Return Value

A size in the layer’s interior coordinate system.

Discussion

The layer’s space is virtual, and doesn’t take into account the layer’s contentsScale setting.

The returned NSSize values are always forced to have positive a width and height.

See Also

Converting Coordinate Values