Accusoft ImagXpress 13
ToolUse Event
The horizontal coordinate of the tool relative to the control's area.
The horizontal coordinate of the tool relative to the control's area.
Description
Raised when a tool action occurs.
Syntax
Visual Basic
Public Event ToolUse( _
   ByVal Tool As enumIXTool, _
   ByVal Action As enumIXToolAction, _
   ByVal x As Long, _
   ByVal y As Long _
)
Parameters
Tool
ValueDescription
TOOL_HandImage panning tool.
TOOL_MagMagnifying window.
TOOL_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOL_MouseWheelVertScrollMouse wheel vertical scroll.
TOOL_MouseWheelZoomMouse wheel zoom.
TOOL_NoneNo tool selected.
TOOL_PanImage viewing pan tool.
TOOL_SelectRubberband window selection tool.
TOOL_ZoomInZoom in tool.
TOOL_ZoomOutZoom out tool.
TOOL_ZoomRectZoom rectangle tool.
Action
ValueDescription
TOOLACTION_BeginBegin tool operation.
TOOLACTION_ClickedTool clicked (activated).
TOOLACTION_EndTool operation complete.
x
The horizontal coordinate of the tool relative to the control's area.
y
The horizontal coordinate of the tool relative to the control's area.
Remarks

Provides information for which tool was used, which action the tool took and where it was used.

See Also

ImagXpress Object  | ImagXpress Members  | Tools

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback