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