Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
BitmapSourceViewerRectangleEventArgs Class
See Also  Members  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerRectangleEventArgs Class




Provides data for various BitmapSourceViewer user interaction events.

Syntax

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

Example

For C#/VB examples, refer to IsInteractiveModeBusy.

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.BitmapSourceViewerRectangleEventArgs

Requirements

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

See Also