Stops the interactive mode.
public virtual void Stop(
Leadtools.Controls.ImageViewer viewer
)
Public Overridable Sub Stop( _
ByVal viewer As Leadtools.Controls.ImageViewer _
)
public virtual void Stop(
Leadtools.Controls.ImageViewer viewer
)
- (void)stop:(LTImageViewer *)viewer
public void stop(ImageViewer viewer)
function Leadtools.Controls.ImageViewerInteractiveMode.Stop(
viewer
)
viewer
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 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET