Click or drag to resize

MouseToolType Enumeration

Specifies the Mouse Tool Type to use in the Viewport control.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum MouseToolType
Members
  Member nameDescription
None Specify no special mouse behavior.
Selection Mouse will be set to crosshairs and can be used to drag and modify a Selection rectangle onto the image.
Pan Dragging the mouse will Pan the image.
Magnifier Display a magnifying glass when holding the mouse button down.
Zoom Clicking on the image will zoom in with the left mouse button and zoom out with the right mouse button.
ZoomIn Clicking will zoom in.
ZoomOut Clicking will zoom out.
ZoomArea Zoom in on a specified area defined by dragging a rectangle onto the image.
See Also