Contents

convertFromLayer(_:)

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

Declaration

func convertFromLayer(_ rect: NSRect) -> NSRect

Parameters

  • rect:

    A rectangle in the layer’s interior coordinate system.

Return Value

A rectangle in the view’s interior coordinate system.

Discussion

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

See Also

Converting Coordinate Values