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.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements

Target Platforms

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

Leadtools.Controls Assembly