<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageView/convertImagePoint(toViewPoint:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKImageView(im)convertImagePointToViewPoint:"
  },
  "title" : "convertImagePoint(toViewPoint:)"
}
-->

# convertImagePoint(toViewPoint:)

Converts an image coordinate to an image view coordinate.

```
func convertImagePoint(toViewPoint imagePoint: NSPoint) -> NSPoint
```

## Parameters

`imagePoint`

A point specified in coordinates relative to the image.

## Return Value

A point specified in coordinates relative to the image 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)