Click or drag to resize

MouseToolBehavior Enumeration

Describes the way a selection is created by the user.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum MouseToolBehavior
Members
  Member nameDescription
MultiClick The selection is created by making two mouse clicks; one for the each opposite corner of the selection. This is useful for users that may have a hard time dragging the mouse with a button pressed.
ClickAndDrag The selection is created by hold down a mouse button and dragging.
See Also