handleMove Method

Summary

Handles the mouse move actions for the panoramic polygon.

Syntax
TypeScript
JavaScript
PanoramicPolygon.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.

x

the x-coordinate of the mouse.

y

The y-coordinate of the mouse.

args

The native interactive arguments.

Remarks

HandleMove is an overridden method and fires whenever the mouse is moved over the item that contains the drawable. For handling additional actions, use the members below:

Action Member
Drag HandleDragDelta
Mouse/Touch Down HandleDragStart
Mouse/Touch Up HandleDragCompleted
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.