handleMove Method

Summary

Handles the mouse move action for the drawable.

Syntax
TypeScript
JavaScript
Drawable.prototype.handleMove = function( 
   item, 
   x, 
   y, 
   args 
) 
handleMove( 
   item: ImageViewerItem, 
   x: number, 
   y: number, 
   args: InteractiveEventArgs 
): void; 

Parameters

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

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.