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 23.0.2024.5.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Controls.Medical Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.