PDFBezierPathVertex
public class PDFBezierPathVertex : CustomStringConvertibleA vertex in a PDFBezierPath
- 
                  
                  Position of the vertex, relative to the PDFBezierPathusing this vertex.DeclarationSwift public var position: CGPoint
- 
                  
                  Anchor used modify the position during scaling See PDFBezierPathfor details.DeclarationSwift public var anchor: Anchor
- 
                  
                  Creates a new instance of a bezier path to be used with PDFDynamicGeometryShapeto render complex but dynamic shapesDeclarationSwift public init(position: CGPoint, anchor: Anchor)
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          