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

# convertPoint(toView:)

Converts a point from scene coordinates to view coordinates.

```
func convertPoint(toView point: CGPoint) -> CGPoint
```

## Parameters

`point`

A point in scene coordinates.

## Return Value

The same point in the view’s coordinate system.

## Discussion

The scene must be presented in a view before calling this method.

---

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)