Handles the mouse move event that occurs on the control.
public void HandleMouseMove(
Control control,
MouseEventArgs args,
int objectIndex
)
Public Sub HandleMouseMove( _
ByVal control As Control, _
ByVal args As MouseEventArgs, _
ByVal objectIndex As Integer _
)
public:
void HandleMouseMove(
Control^ control,
MouseEventArgs^ args,
int objectIndex
)
control
The control where the objects are rendered.
args
System.Windows.Forms.MouseEventArgs that represents the arguments that are received through one of the mouse events. You must pass the mouse event arguments that were received from the various mouse events, such as MouseDown, MouseUp, MouseMove, etc.
objectIndex
The index of the object that will receive the effects of handling the mouse event through this method.
This method will automatically handle complicated mouse tasks and will perform the preset actions.
For an example refer to HandleMouseDown.
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