# `GSLayoutManager cachedDrawLayersPositionAtIndex:`

*Instance Method*

## Declaration

```swift
func cachedDrawLayersPosition(at idx: UInt) -> NSPoint
```

```objc
- (NSPoint) cachedDrawLayersPositionAtIndex:(NSUInteger) idx;
```

```python
cachedDrawLayersPositionAtIndex_(idx: int) -> NSPoint
```

