This interface is implemented by all the controls which can manage user input (such as mouse events) of the BitmapViewer control.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public MustInherit Class UserInputController _ Inherits WebControl _ Implements IUserInputController
public abstract class UserInputController : WebControl, IUserInputController
When you create a custom navigator or rubberband, you can inherit your class from this one, and override its protected members. Note, this class is an abstract one, you cannot instantiate it directly.