Instance Method
qCurve(withPoints:count:objects:) qCurveWithPoints:count:objects: qCurveWithPoints_count_objects_
Declaration
optional func qCurve(withPoints points: UnsafePointer<NSPoint>!, count: UInt, objects: [Any]!)Declaration
- (void) qCurveWithPoints:(const NSPoint *) points count:(NSUInteger) count objects:(NSArray *) objects;Declaration
qCurveWithPoints_count_objects_(points: NSPoint, count: int, objects: list)