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

# convertToBacking(_:)

Converts a point from the view’s interior coordinate system to its pixel aligned backing store coordinate system.

```
func convertToBacking(_ point: NSPoint) -> NSPoint
```

## Parameters

`point`

The point in the view’s interior coordinate system.

## Return Value

A point in its pixel aligned backing store coordinate system.

## 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)