# `BCCollectionViewLayoutManager contentRectOfItemAtIndex:`

*Instance Method*

## Declaration

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

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

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

