# `BCCollectionView rectForItemAtIndex:`

*Instance Method*

## Declaration

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

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

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

