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

ZoomInNavigator Class

This class represents a navigator which is used to zoom the image displayed in the BitmapViewer control in by the mouse click.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public NotInheritable Class ZoomInNavigator _
	Inherits UserInputController _
	Implements INavigator, IUserInputController
C#
public sealed class ZoomInNavigator : 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 in.
  2. When the right button of the mouse is clicked, it zooms the image out.

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