This event is generated when the mouse button is pressed inside the Magnifier.
[Visual Basic]   imagekitcontrolname_MagnifierMouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y As Long)
[Visual C++]     OnMagnifierMouseDownimagekitcontrolname(short Button, short Shift, long x, long y)

Parameters

Name Explanation
Button The type of button clicked (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

Explanation

The MagnifierMouseDown event is generated when the mouse button is pressed inside 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.

 

If using Visual Basic.NET or Visual C#.NET, please refer to the section Regarding VB.NET and C#.NET.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation