LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
LineInteractiveEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : LineInteractiveEventArgs Class



Provides data for the pan, scale and magnify glass interactive mode events in ImageViewer and RasterImageViewerSupported in Silverlight, Windows Phone 7

Object Model

LineInteractiveEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class LineInteractiveEventArgs 
   Inherits InteractiveEventArgs
Visual Basic (Usage)Copy Code
Dim instance As LineInteractiveEventArgs
C# 
public class LineInteractiveEventArgs : InteractiveEventArgs 
C++/CLI 
public ref class LineInteractiveEventArgs : public InteractiveEventArgs 

Example

For C#/VB examples, refer to ImageViewer.InteractivePan.

Remarks

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Leadtools.Windows.Controls.InteractiveEventArgs
            Leadtools.Windows.Controls.LineInteractiveEventArgs

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also