function Leadtools.Controls.ImageViewerInteractiveMode.stop( viewer )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
viewer | ImageViewer | The image viewer to associate with this mode. |
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 using SetMouseInteractiveMode, MouseWheelInteractiveMode, TouchInteractiveMode or DefaultInteractiveMode. Typically, the mode should unsubscribe to the required events in InteractiveService previously used in Start.
For an example, refer to ImageViewerInteractiveMode.