Initializer
init(quadratic:count:options:) initWithQuadratic:count:options: initWithQuadratic_count_options_
Declaration
init(quadratic points: UnsafePointer<NSPoint>, count: Int32, options: GSSegmentOptions)Declaration
- (instancetype) initWithQuadratic:(const NSPoint *) points count:(int) count options:(GSSegmentOptions) options;Declaration
initWithQuadratic_count_options_(points: NSPoint, count: int, options: GSSegmentOptions) -> GSPathSegment