PathElement
public struct PathElement
                This model represents a single path element in a path.
- 
                  
                  
Initializer.
Declaration
Swift
public init(type: PathElementType, point: CGPoint, controlPoints: [CGPoint])Parameters
typeThe type of path element.
pointA point along the path representing this element.
controlPointsThe control points associated with this path element.
 
            View on GitHub