Aurigma Graphics Mill 5.5 for .NET
PanNavigator Class
This class represents a navigator which is used to pan the image inside the BitmapViewer control.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public NotInheritable Class PanNavigator _ Inherits UserInputController _ Implements INavigator, IUserInputController
C#
public sealed class PanNavigator : UserInputController, INavigator, IUserInputController
Remarks
When this navigator is attached to the BitmapViewer using its property Navigator, it is working in the following way:
- When the left button of the mouse is pressed down, it captures the control.
- When control is captured and the mouse is moved, the image is panned together with mouse pointer.
- When the left button of the mouse is released, the mouse control is dismissed.
Inheritance Hierarchy
System..::.Object
L
System..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
Aurigma.GraphicsMill.WinControls..::.UserInputController
L
Aurigma.GraphicsMill.WinControls..::.PanNavigator
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.