Click or drag to resize

MouseTool Constructor

Create a MouseTool with the MouseToolType for the left and right mouse button

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 MouseTool(
	MouseToolType left,
	MouseToolType right
)

Parameters

left
Type: Atalasoft.Imaging.WebControlsMouseToolType
The MouseToolType action to do when the left mouse button is clicked.
right
Type: Atalasoft.Imaging.WebControlsMouseToolType
The MouseToolType action to do when the left mouse button is clicked.
See Also