Accusoft ImagXpress 12
ToolUse Event
See Also  Send comments on this topic.
Tool
Action
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.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolUse Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.