---
title: "itemFrame(at:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimagebrowserview/itemframe(at:)"
---

# itemFrame(at:)

Returns the frame rectangle for the item located at the specified index.

## Declaration

```swift
func itemFrame(at index: Int) -> NSRect
```

## Parameters

- `index`: The index of the item whose frame rectangle you want to obtain.

## Return Value

Return Value The frame rectangle of the item.

## See Also

### Getting Item Information

- [indexOfItem(at:)](quartz/ikimagebrowserview/indexofitem(at:).md)
- [visibleItemIndexes()](quartz/ikimagebrowserview/visibleitemindexes().md)
- [cellForItem(at:)](quartz/ikimagebrowserview/cellforitem(at:).md)
