# `GSPathSegment pointAtIndex:`

*Instance Method*

## Declaration

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

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

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

