# `GSBasePen qCurveTo:off:`

*Instance Method*

Convenience method for creating a quadratic curve segment with a single off-curve node.

## Declaration

```swift
func qCurve(to pt: NSPoint, off: NSPoint)
```

```objc
- (void) qCurveTo:(NSPoint) pt off:(NSPoint) off;
```

```python
qCurveTo_off_(pt: NSPoint, off: NSPoint)
```

