convertToLayer(_:)
Convert the size from the view’s interior coordinate system to the layer’s interior coordinate system.
Declaration
func convertToLayer(_ rect: NSRect) -> NSRectParameters
- rect:
A rectangle in the view’s interior coordinate system.
Return Value
A rectangle 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.