# `GSPenProtocol qCurveWithPoints:count:objects:`

*Instance Method*

## Declaration

```swift
optional func qCurve(withPoints points: UnsafePointer<NSPoint>!, count: UInt, objects: [Any]!)
```

```objc
- (void) qCurveWithPoints:(const NSPoint *) points count:(NSUInteger) count objects:(NSArray *) objects;
```

```python
qCurveWithPoints_count_objects_(points: NSPoint, count: int, objects: list)
```

