LEADTOOLS WinRT(Leadtools.Controls)
LEAD Technologies, Inc

Start Method (ImageViewerInteractiveMode)


The image viewer to associate with this mode.
Starts the mode. WinRT support
Syntax
public virtual void Start( 
   ImageViewer viewer
)
 function Leadtools.Controls.ImageViewerInteractiveMode.Start( 
   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 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.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.