Aurigma Graphics Mill 5.5 for .NET
IUserInputController Interface
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)
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.