This documentation is for the old version. Go to the latest Graphics Mill docs

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:

  1. When the left button of the mouse is clicked, it zooms the image out.
  2. When the right button of the mouse is clicked, it zooms the image in.

Inheritance Hierarchy

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.

See Also

Reference