<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDraggingInfo/draggedImageLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSDraggingInfo(py)draggedImageLocation"
  },
  "title" : "draggedImageLocation"
}
-->

# draggedImageLocation

The current location of the dragged image’s origin, in the base coordinate system of the destination object’s window.

```
@MainActor var draggedImageLocation: NSPoint { get }
```

## Discussion

The image moves along with the mouse pointer (the position of which is given by [`draggingLocation`](/documentation/AppKit/NSDraggingInfo/draggingLocation)) but may be positioned at some offset.

---

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)