markupEditViewController(_:insertNewLineWithStartMarker:endMarker:)
Add a new line on top of the paper.
Declaration
func markupEditViewController(_ markupEditViewController: MarkupEditViewController, insertNewLineWithStartMarker lineStartMarker: Bool, endMarker lineEndMarker: Bool)Parameters
- markupEditViewController:
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.