<!--
{
  "availability" : [
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ImageAnchor",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit11ImageAnchorV"
  },
  "title" : "ImageAnchor"
}
-->

# ImageAnchor

A 2D image’s position in a person’s surroundings.

```
struct ImageAnchor
```

## Topics

### Getting image information

[`originFromAnchorTransform`](/documentation/ARKit/ImageAnchor/originFromAnchorTransform)

The location and orientation of the image in world space.

[`referenceImage`](/documentation/ARKit/ImageAnchor/referenceImage)

The reference image that this image anchor tracks.

[`estimatedScaleFactor`](/documentation/ARKit/ImageAnchor/estimatedScaleFactor)

The estimated scale factor between the tracked image’s physical size and the reference image’s size.

[`isTracked`](/documentation/ARKit/ImageAnchor/isTracked)

A Boolean value that indicates whether ARKit is currently tracking this image.

[`description`](/documentation/ARKit/ImageAnchor/description)

A textual representation of this anchor.

[`id`](/documentation/ARKit/ImageAnchor/id)

The unique identifier of this anchor.



---

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)