|
See
also: getting started, properties,
methods,
events,
deployment
The property ToolMode
can be set to the following values. These are members of the enumerated
type ToolMode in the EZTwainX component.
| Symbolic
Name |
Value |
Meaning |
Ver. |
| TM_NONE |
0 |
Cursor is an arrow, a mouse click on the control fires the corresponding Events. |
1.44 |
|
TM_ZOOM |
1 |
Zoom
tool: Cursor is a magnifying glass, clicks zoom in and center
on the click-point, SHIFT+click zooms out. |
1.44 |
| TM_RECTSELECT |
2 |
Rectangle selection tool: User can 'drag' out a rectangle on the displayed image. When rectangle is completed, a RectangleSelected event is fired with the parameters of the rectangle. |
1.51 |
|