add(_:)
Adds a bezier path to the ink annotation.
Declaration
func add(_ path: UIBezierPath)func add(_ path: NSBezierPath)Parameters
- path:
The bezier path to add, in annotation-space coordinates.
Adds a bezier path to the ink annotation.
func add(_ path: UIBezierPath)func add(_ path: NSBezierPath)The bezier path to add, in annotation-space coordinates.