# `GSLayoutManager layerIndexForPoint:`

*Instance Method*

## Declaration

```swift
func layerIndex(for thePoint: NSPoint) -> UInt
```

```objc
- (NSUInteger) layerIndexForPoint:(NSPoint) thePoint;
```

```python
layerIndexForPoint_(thePoint: NSPoint) -> int
```

