←Select platform

Stop Method (ImageViewerInteractiveMode)

Summary

Stops the interactive mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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  
) 

Parameters

viewer
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 using MouseWheelInteractiveMode, TouchInteractiveMode or DefaultInteractiveMode. 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)