Aurigma Graphics Mill 5.5 for .NET
UserInputController Class
This class 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 MustInherit Class UserInputController _ Inherits BaseScriptControl _ Implements IUserInputController
C#
public abstract class UserInputController : BaseScriptControl, IUserInputController
Remarks
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.
Inheritance Hierarchy
System..::.Object
L
System.Web.UI..::.Control
L
System.Web.UI.WebControls..::.WebControl
L
Aurigma.GraphicsMill.AjaxControls..::.BaseScriptControl
L
Aurigma.GraphicsMill.AjaxControls..::.UserInputController
L
Aurigma.GraphicsMill.AjaxControls..::.RectangleController
L
Aurigma.GraphicsMill.AjaxControls..::.ZoomInNavigator
L
Aurigma.GraphicsMill.AjaxControls..::.PanNavigator
L
Aurigma.GraphicsMill.AjaxControls..::.ZoomOutNavigator
L
Aurigma.GraphicsMill.AjaxControls..::.VObjectsRubberband
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.