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

# convertFromBacking(_:)

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

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

## Parameters

`point`

The point in the pixel backing store aligned coordinate system.

## Return Value

A point in the view’s interior 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)