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