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

# convertPoint(toImagePoint:)

Converts an image view coordinate to an image coordinate.

```
func convertPoint(toImagePoint viewPoint: NSPoint) -> NSPoint
```

## Parameters

`viewPoint`

A point specified in coordinates relative to the image view.

## Return Value

The point specified in coordinates relative to 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)