BrushOverlayAction

@objc
public enum BrushOverlayAction : Int

The overlay actions that can be used in an instance of BrushToolControllerOptions.

  • Undo the latest stroke.

    Declaration

    Swift

    case undo
  • Redo the latest stroke.

    Declaration

    Swift

    case redo
  • Delete the drawing.

    Declaration

    Swift

    case delete
  • Bring the drawing to the front.

    Declaration

    Swift

    case bringToFront