The MouseMoveEventArgs object is the event arguments object for the MouseMoveEventHandler. For more information, see MouseMoveEventHandler
public MouseMoveEventArgs(short button,short shift,float x,float y)
Public Function New( _ByVal button As Short, _ByVal shift As Short, _ByVal x As Single, _ByVal y As Single _)
button
Value that identifies any buttons that were pressed when the user moved the mouse. The following are possible values:
| Value | Meaning |
|---|---|
| 1 | Left button. |
| 2 | Right button. |
shift
Value that indicates which of the SHIFT, CTRL, and ALT keys are down when the user moved the mouse. The following are possible values:
| Value | Meaning | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SHIFT key . | ||||||||||
| 2 | CTRL key. | 4 | ALT key. | 3 | CTRL/SHIFT key. | 5 | ALT/SHIFT key. | 6 | CTRL/ALT key. | 7 | CTRL/ALT/SHIFT key. |
x
The X coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
y
The Y coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
