This class contains the partial implementation for the IUserInputController interface.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public MustInherit Class UserInputController _ Inherits Component _ Implements IUserInputController
public abstract class UserInputController : Component, 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.