Handles the mouse move action for the drawable.
handleMove(
item: ImageViewerItem,
x: number,
y: number,
args: InteractiveEventArgs
): void;
item
The item where the drawable is located in
x
The mouse's x-coordinate
y
The mouse's y-coordinate
args
The native interactive arguments
This method fires whenever the mouse is moved over the item that contains the drawable.
Use the HandleDragDelta method to control the drag action.
Use the HandleDragStart method to control the mouse/touch down.
Use the HandleDragDelta method to control the drag action.
Use the HandleDragCompleted method to control the mouse/touch up.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document