This interface is implemented by all controls that can manage user input (such as mouse events) of the ViewerBase control.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Interface IUserInputController
public interface IUserInputController
Examples of the controls which should implement this interface are the rubberbands and the navigators. You can inherit from the UserInputController class which contains the partial implementation for this interface.