# `BCCollectionViewLayoutManager indexOfItemContentRectAtPoint:`

*Instance Method*

## Declaration

```swift
func indexOfItemContentRect(at p: NSPoint) -> UInt
```

```objc
- (NSUInteger) indexOfItemContentRectAtPoint:(NSPoint) p;
```

```python
indexOfItemContentRectAtPoint_(p: NSPoint) -> int
```

