# `BCCollectionViewLayoutManager indexOfItemContentRectAtPoint:closeToIndex:`

*Instance Method*

## Declaration

```swift
func indexOfItemContentRect(at p: NSPoint, closeTo closeToIndex: Int) -> UInt
```

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

```python
indexOfItemContentRectAtPoint_closeToIndex_(p: NSPoint, closeToIndex: int) -> int
```

