---
title: frame()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimagebrowsercell/frame()
---

# frame()

Returns the receiver’s frame rectangle, which defines its position in its IKImageBrowserView.

## Declaration

```swift
func frame() -> NSRect
```

## Return Value

Return Value The coordinates of the frame, in the IKImageBrowserView coordinate space.

## Discussion

Discussion Subclasses should not override this method.

## See Also

### Cell Component Frames

- [imageFrame()](quartz/ikimagebrowsercell/imageframe().md)
- [subtitleFrame()](quartz/ikimagebrowsercell/subtitleframe().md)
- [titleFrame()](quartz/ikimagebrowsercell/titleframe().md)
- [imageContainerFrame()](quartz/ikimagebrowsercell/imagecontainerframe().md)
