stop Method

Summary

Stops the mode.

Syntax
TypeScript
JavaScript
ImageViewerInteractiveMode.prototype.stop = function( 
   imageViewer 
) 
stop( 
   imageViewer: ImageViewer 
): void; 

Parameters

imageViewer

The image viewer to associate with this mode.

Remarks

This method must be overridden in your derived class when implementing your own interactive modes. For an example, refer to ImageViewerInteractiveMode.

The ImageViewer will call Stop when the user removes this mode from the viewer or disables it. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.

Requirements

Target Platforms

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

Leadtools.Controls Assembly

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