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)