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 |
---|---|---|
![]() |
Integer (Visual Basic) int (C#) |
The type of button clicked (1: Left Button, 2: Right Button, 4: Center Button) |
![]() |
Integer (Visual Basic) int (C#) |
The type of key pressed (0: None, 1: Shift Key, 2: Ctrl Key, 4: Alt Key) |
![]() |
Integer (Visual Basic) int (C#) |
X coordinates for the center of the Magnifier (in pixcels) |
![]() |
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.Win.ImageKit