<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKView/convert(_:from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKView(im)convertPoint:fromScene:"
  },
  "title" : "convert(_:from:)"
}
-->

# convert(_:from:)

Converts a point from scene coordinates to view coordinates.

```
func convert(_ point: CGPoint, from scene: SKScene) -> CGPoint
```

## Parameters

`point`

A point in scene coordinates.

`scene`

A scene.

## Return Value

The same point in the view’s coordinate system.

## Discussion

This method performs the coordinate conversion as if the scene is presented inside the view.

---

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)