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



Provides data for the zoom to and user rectangle interactive mode events in ImageViewer and RasterImageViewerSupported in Silverlight, Windows Phone 7

Object Model

RectangleInteractiveEventArgs Class

Syntax

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

Example

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

Remarks

Inheritance Hierarchy

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

Requirements

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

See Also