remove(_:)
Removes a bezier path from an ink annotation.
Declaration
func remove(_ path: UIBezierPath)func remove(_ path: NSBezierPath)Parameters
- path:
The bezier path to remove, in annotation-space coordinates.
Removes a bezier path from an ink annotation.
func remove(_ path: UIBezierPath)func remove(_ path: NSBezierPath)The bezier path to remove, in annotation-space coordinates.