---
title: draggedImageLocation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdragginginfo/draggedimagelocation
---

# draggedImageLocation

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

## Declaration

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

## Discussion

Discussion The image moves along with the mouse pointer (the position of which is given by draggingLocation) but may be positioned at some offset.

## See Also

### Getting image information

- [draggedImage](appkit/nsdragginginfo/draggedimage.md)
