PDFDynamicGeometryShape
public class PDFDynamicGeometryShape : CustomStringConvertible
Renders an arbitrary path into the graphics context
-
Path of the geometry shape
Declaration
Swift
public var path: PDFBezierPath
-
Color used to fill the shape
Declaration
Swift
public var fillColor: Color
-
Line style used to stroke the shape
Declaration
Swift
public var stroke: PDFLineStyle
-
Creates a new dynamic geometry shape
Declaration
Swift
public init(path: PDFBezierPath, fillColor: Color, stroke: PDFLineStyle)