This documentation is for the old version. Go to the latest Graphics Mill docs

IUserInputController Interface

This interface is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.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.

See Also

Reference