# `GSPrintGridView frameForItemAtPoint:`

*Instance Method*

## Declaration

```swift
func frameForItem(at thePoint: NSPoint) -> NSRect
```

```objc
- (NSRect) frameForItemAtPoint:(NSPoint) thePoint;
```

```python
frameForItemAtPoint_(thePoint: NSPoint) -> NSRect
```

