# `GSPathSegment bounds`

*Instance Method*

## Declaration

```swift
func bounds() -> NSRect
```

```objc
- (NSRect) bounds;
```

[See also `bounds` in the Python API](https://docu.glyphsapp.com/#GSPathSegment.bounds)

```python
pyobjc_instanceMethods.bounds() -> NSRect
```

