Aurigma Graphics Mill 5.5 for .NET
ZoomOutNavigator Class
This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control out by the mouse click.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public NotInheritable Class ZoomOutNavigator _ Inherits UserInputController _ Implements INavigator, IUserInputController
C#
public sealed class ZoomOutNavigator : 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 clicked, it zooms the image out.
- When the right button of the mouse is clicked, it zooms the image in.
Inheritance Hierarchy
System..::.Object
L
System..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
Aurigma.GraphicsMill.WinControls..::.UserInputController
L
Aurigma.GraphicsMill.WinControls..::.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.