Aurigma Graphics Mill 5.5 for .NET
UserInputController Class
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 MustInherit Class UserInputController _ Inherits WebControl _ Implements IUserInputController
C#
public abstract class UserInputController : WebControl, 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.WebControls..::.UserInputController
L
Aurigma.GraphicsMill.WebControls..::.RectangleController
L
Aurigma.GraphicsMill.WebControls..::.PanNavigator
L
Aurigma.GraphicsMill.WebControls..::.ZoomInNavigator
L
Aurigma.GraphicsMill.WebControls..::.ZoomOutNavigator
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.