# `BCCollectionViewLayoutManager rectOfItemAtIndex:`

*Instance Method*

## Declaration

```swift
func rectOfItem(at idx: UInt) -> NSRect
```

```objc
- (NSRect) rectOfItemAtIndex:(NSUInteger) idx;
```

```python
rectOfItemAtIndex_(idx: int) -> NSRect
```

