This class exposes properties for the MagnifierMouseDown, MagnifierMouseMove, and MagnifierMouseUp events.

[Visual Basic] Public Class MouseButtonEventArgs Inherits EventArgs
[C#] public class MouseButtonEventArgsĀF EventArgs

Explanation

Property Type Explanation
 Button Integer (Visual Basic)
int (C#)
The type of button clicked (1: Left Button, 2: Right Button, 4: Center Button)
 Shift Integer (Visual Basic)
int (C#)
The type of key pressed (0: None, 1: Shift Key, 2: Ctrl Key, 4: Alt Key)  
 X Integer (Visual Basic)
int (C#)
X coordinates for the center of the Magnifier (in pixcels)
 Y Integer (Visual Basic)
int (C#)
Y coordinates for the center of the Magnifier (in pixcels)

If multiple keys are pressed, the values of Shift are combined in a bitwise OR operation.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation