Table of Contents

Namespace RichCanvas.States

Namespaces

RichCanvas.States.ContainerStates

Classes

CanvasState

The base class for RichCanvas.RichCanvas states.

DefaultState

Defines the state called by RichCanvas.RichCanvas.GetDefaultState.
Note: Used for orchestrating all states interactions with RichCanvas.RichCanvas.

DrawingState

Defines a new state used when a drawing action happens on RichCanvas.RichCanvas.

MultipleSelectionState

Defines a new state used when selecting multiple items action happens on RichCanvas.RichCanvas.

PanningState

Defines a new state used when panning action happens on RichCanvas.RichCanvas.

SingleSelectionState

Defines a new state used when single selection action happens on RichCanvas.RichCanvas.