<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/NormalizedPoint/init(imagePoint:in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision15NormalizedPointV05imageC02inACSo7CGPointV_So6CGSizeVtcfc"
  },
  "title" : "init(imagePoint:in:)"
}
-->

# init(imagePoint:in:)

Creates a normalized point from a point in an image coordinate space.

```
init(imagePoint: CGPoint, in imageSize: CGSize)
```

## Parameters

`imagePoint`

A point in the image coordinate space.

`imageSize`

The size of the image.

---

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)