---
title: frame
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdraggingimagecomponent/frame
---

# frame

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

## Declaration

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

## Discussion

Discussion The frame is {{0,0}, {draggingFrame.size.width, draggingFrame.size.height}}. The coordinate space is the bounds of the parent NSDraggingItem instance’s draggingFrame.

## See Also

### Related Documentation

- [draggingFrame](appkit/nsdraggingitem/draggingframe.md)

### Dragging Image Contents

- [contents](appkit/nsdraggingimagecomponent/contents.md)
