<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScreen/convertRectToBacking(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScreen(im)convertRectToBacking:"
  },
  "title" : "convertRectToBacking(_:)"
}
-->

# convertRectToBacking(_:)

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

```
func convertRectToBacking(_ rect: NSRect) -> NSRect
```

## Parameters

`rect`

The rectangle.

## Return Value

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)