markupToolbarViewController(_:insertNewLineWithStartMarker:endMarker:)
Add a new line on top of the paper.
Declaration
func markupToolbarViewController(_ markupToolbarViewController: MarkupToolbarViewController, insertNewLineWithStartMarker lineStartMarker: Bool, endMarker lineEndMarker: Bool)Parameters
- markupToolbarViewController:
The source of the action.
- lineStartMarker:
True if the start of the line has a marker / arrow.
- lineEndMarker:
True if the end of the line has a marker / arrow.