Contents

convertRectFromBacking(_:)

Converts the rectangle from the device pixel aligned coordinates system of a screen.

Declaration

func convertRectFromBacking(_ rect: NSRect) -> NSRect

Parameters

  • rect:

    The rectangle.

Return Value

The rectangle converted from the device pixel aligned coordinates system of the screen.

See Also

Converting Between Screen and Backing Coordinates