Abstract base class for all drawing modes. Each mode handles touch events and optionally draws an in-progress overlay.
Protected
Readonly
Called when this mode becomes active
Called when this mode becomes inactive
Draw any in-progress overlay for this mode. Called during the DrawingCanvas onDraw pass after all layers.
Called when the touch is cancelled
Called when the touch ends
Called as the touch moves
Called when a touch begins
Abstract base class for all drawing modes. Each mode handles touch events and optionally draws an in-progress overlay.