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

# imageContainerFrame()

Returns the receiver’s image container frame rectangle, which defines the position of the container of the thumbnail.

## Declaration

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

## Return Value

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

## Discussion

Discussion The image frame is computed automatically from the image container frame by taking in account the image alignment and the image aspect ratio. Subclasses can override this method to customize the position of the thumbnail container.

## See Also

### Cell Component Frames

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