<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageBrowserView/itemFrame(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKImageBrowserView(im)itemFrameAtIndex:"
  },
  "title" : "itemFrame(at:)"
}
-->

# itemFrame(at:)

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

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

## Parameters

`index`

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

## Return Value

The frame rectangle of the item.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)