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



Provides data for the center at interactive mode events in ImageViewer and RasterImageViewerSupported in Silverlight, Windows Phone 7

Object Model

PointInteractiveEventArgs Class

Syntax

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

Example

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

Remarks

This class provides the event data for the following events:

Inheritance Hierarchy

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

Requirements

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

See Also