Starts the interactive mode.
public virtual void Start(
Leadtools.Controls.ImageViewer viewer
)
Public Overridable Sub Start( _
ByVal viewer As Leadtools.Controls.ImageViewer _
)
public virtual void Start(
Leadtools.Controls.ImageViewer viewer
)
- (void)start:(LTImageViewer *)viewer
public void start(ImageViewer viewer)
function Leadtools.Controls.ImageViewerInteractiveMode.Start(
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 Start when the user sets this mode using MouseWheelInteractiveMode, TouchInteractiveMode or DefaultInteractiveMode. Typically, the mode should subscribe to the required events in InteractiveService and wait for user interaction. You should unsubscribe to these events when Stop is called.
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