<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNImagePointForNormalizedPoint(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@F@VNImagePointForNormalizedPoint"
  },
  "title" : "VNImagePointForNormalizedPoint(_:_:_:)"
}
-->

# VNImagePointForNormalizedPoint(_:_:_:)

Projects a point in normalized coordinates into image coordinates.

```
func VNImagePointForNormalizedPoint(_ normalizedPoint: CGPoint, _ imageWidth: Int, _ imageHeight: Int) -> CGPoint
```

## Parameters

`normalizedPoint`

The input point in normalized coordinate space.

`imageWidth`

The width of the image into whose coordinate space you’re projecting the input point.

`imageHeight`

The height of the image into whose coordinate space you’re projecting the input point.

## Return Value

The input point projected into image coordinates.

## Discussion

The resulting point in image coordinate space may have nonintegral (floating-point) coordinates.

---

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)