[Visual
Basic] imagekitcontrolname_MagnifierMouseUp(ByVal
Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal y
As Long)
[Visual
C++] OnMagnifierMouseUpimagekitcontrolname(short
Button, short Shift, long x, long y)
Parameters
Name | Explanation |
---|---|
Button | The type of button released (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 MagnifierMouseUp event is generated when the mouse button is released 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.