Click or drag to resize

MouseToolType Enumeration

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

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.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.
Center Clicking the mouse will center the area clicked.
Selection Mouse will be set to crosshairs and can be used to drag and modify a Selection rectangle onto the image.
ZoomIn Clicking will center, then zoom in.
ZoomOut Clicking will center, then zoom out.
ZoomArea Zoom in on a specified area defined by dragging a rectangle onto the image.
Pan Click and drag will scroll the image in the direction of the drag.
PassThrough Posts back a click to the page on the server.
See Also