drawStarted Method

Summary

Notifies the instance that the user has started drawing the panoramic polygon.

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

Parameters

item

The item where the double-tap took place.

x

The mouse's x-coordinate

y

The mouse's y-coordinate

args

The native interactive arguments

Remarks

The draw action happens when the user clicks on an image with the mouse button. At that point drawStarted gets fired.

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.