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

# frame

The coordinate space is the bounds of the parent dragging item.

```
var frame: NSRect { get set }
```

## Discussion

The frame is {{0,0}, {`draggingFrame.size.width`, `draggingFrame.size.height`}}.

The coordinate space is the bounds of the parent [`NSDraggingItem`](/documentation/AppKit/NSDraggingItem) instance’s [`draggingFrame`](/documentation/AppKit/NSDraggingItem/draggingFrame).

## See Also

[`draggingFrame`](/documentation/AppKit/NSDraggingItem/draggingFrame)

The frame of the dragging item.



---

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)