Tool building blocks
-
All drawing tools must implement this protocol.
See moreDeclaration
Swift
public protocol DrawingTool : AnyObject
-
Base class for tools (rect, line, ellipse) that are drawn by dragging from one point to another
See moreDeclaration
Swift
open class DrawingToolForShapeWithTwoPoints : DrawingTool
-
Base class for tools (angle)
See moreDeclaration
Swift
open class DrawingToolForShapeWithThreePoints : DrawingTool