This event is generated when the mouse cursor is moved within the Magnifier.
[Visual Basic]   imagekitcontrolname_MagnifierMouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long)
[Visual C++]     OnMagnifierMouseMoveimagekitcontrolname(short Button, short Shift, long x, long y)
[VB.NET]   imagekitcontrolname_MagnifierMouseMove(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib._IImageKitEvents_MagnifierMouseMoveEvent)
[C#.NET]   imagekitcontrolname_MagnifierMouseMove(object sender, AxImageKit10(A)Lib._IImageKitEvents_MagnifierMouseMoveEvent e)

AxImageKit10ALib refers to the ANSI version, AXImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
Button The type of button clicked (0: None, 1: Left Button, 2: Right Button, 4: Center Button)
Shift The type of key pressed (0: None, 1: Shift Key, 2: Ctrl Key, 4: Alt Key)
x, y The coordinates for the center of the Magnifier

* The second parameter in VB.NET/C#.NET is e and it contains the Button and other arguments. (the first letter is lower case)

Explanation

The MagnifierMouseMove event is generated when the mouse cursor is moved within the Magnifier. When multiple keys are pressed the result calculated as a "Bitwise OR operation" meaning, for example, that if both the Ctrl key and the Alt key were pressed, the value of shift would be 6.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation