Aurigma Graphics Mill 5.5 for .NET
UserInputController Class
This class contains the partial implementation for the IUserInputController interface.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public MustInherit Class UserInputController _ Inherits Component _ Implements IUserInputController
C#
public abstract class UserInputController : Component, 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..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
Aurigma.GraphicsMill.WinControls..::.UserInputController
L
Aurigma.GraphicsMill.WinControls..::.PanNavigator
L
Aurigma.GraphicsMill.WinControls..::.ZoomInNavigator
L
Aurigma.GraphicsMill.WinControls..::.ZoomOutNavigator
L
Aurigma.GraphicsMill.WinControls..::.RectangleController
L
Aurigma.GraphicsMill.WinControls..::.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.