# `GSPathSegment initWithQuadratic:count:options:`

*Initializer*

## Declaration

```swift
init(quadratic points: UnsafePointer<NSPoint>, count: Int32, options: GSSegmentOptions)
```

```objc
- (instancetype) initWithQuadratic:(const NSPoint *) points count:(int) count options:(GSSegmentOptions) options;
```

```python
initWithQuadratic_count_options_(points: NSPoint, count: int, options: GSSegmentOptions) -> GSPathSegment
```

