FreehandTool

@objc(IMGLYFreehandTool) open class FreehandTool: Tool

A FreehandTool is responsible for creating vertices for a freehand drawing.

  • The color that should be used for this drawing.

    Declaration

    Swift

    open var color = UIColor.white
  • The brush that should be used for this drawing.

    Declaration

    Swift

    open var brush: Brush?