Occurs when the mouse moves onto an image.
Namespace: Dynamsoft.DotNet.TWAIN.DelegateAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public delegate void OnMouseMoveHandler( short sImageIndex ) |
| Visual Basic |
|---|
Public Delegate Sub OnMouseMoveHandler ( _ sImageIndex As Short _ ) |
Parameters
- sImageIndex
- Type: System..::..Int16
Specifies the index of image in buffer. The index is 0-based.
Remarks
Short sImageIndex >=0. When the value of sImageIndex equals -1, it indicates that mouse is not on any image.