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

# imageFrame()

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

## Declaration

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

## Return Value

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

## Discussion

Discussion It is the developer’s responsibility to compute the imageFrame such that it lies entirely within the cell’s frame() rectangle. Subclasses can override this method to customize the position of the thumbnail.

## See Also

### Cell Component Frames

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