handleDragStarted Method

Summary

Handles drag started actions of the user (using mouse/touch) on the item where the drawable is located.

Syntax
TypeScript
JavaScript
RotationTool.prototype.handleDragStarted = function( 
   item, 
   x, 
   y, 
   args 
) 
handleDragStarted( 
   item: ImageViewerItem, 
   x: number, 
   y: number, 
   args: InteractiveDragStartedEventArgs 
): void; 

Parameters

item

The item where the drawable is located in.

x

The x-coordinate of the mouse.

y

The y-coordinate of the mouse.

args

The native interactive arguments.

Remarks

HandleDragStarted is an overridden method. To handle mouse/touch down actions use HandleDragStart or to handle mouse/touch up actions, use HandleDragCompleted.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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