handleDragCompleted Method

Summary

Handles the release action of the user (mouse/touch) from the item where the polygon point is located. It is overridden.

Syntax
TypeScript
JavaScript
PanoramicPolygon.prototype.handleDragCompleted = function( 
   x, 
   y, 
   args 
) 
handleDragCompleted( 
   x: number, 
   y: number, 
   args: InteractiveDragCompletedEventArgs 
): void; 

Parameters

x

The x-coordinate of the mouse.

y

the y-coordinate of the mouse.

args

The native interactive arguments.

Remarks

To handle mouse/touch down actions refer to HandleDragStart. To detect whether a click occurred on the created drawable, implement HitTest.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.