Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BitmapSourceViewerLineEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerLineEventArgs Class



Provides data for various BitmapSourceViewer user interaction events.

Syntax

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

Example

For C#/VB examples, refer to InteractivePan.

Remarks

Use this class when handling the following events:

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Leadtools.Windows.Controls.BitmapSourceViewerInteractiveEventArgs
            Leadtools.Windows.Controls.BitmapSourceViewerLineEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also