Aurigma Graphics Mill 5.5 for .NET
IUserInputController Interface
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)
Syntax
Visual Basic
Public Interface IUserInputController
C#
public interface IUserInputController
Remarks
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.