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 Constructor(InteractiveModeStatus,Point)
See Also 
Leadtools.Windows.Controls Namespace > PointInteractiveEventArgs Class > PointInteractiveEventArgs Constructor : PointInteractiveEventArgs Constructor(InteractiveModeStatus,Point)



status
The status of the interactive mode.
position
The location of the interactive point mode.
Initializes a new instance of the PointInteractiveEventArgs with specified values. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As InteractiveModeStatus, _
   ByVal position As Point _
)
Visual Basic (Usage)Copy Code
Dim status As InteractiveModeStatus
Dim position As Point
 
Dim instance As New PointInteractiveEventArgs(status, position)
C# 
public PointInteractiveEventArgs( 
   InteractiveModeStatus status,
   Point position
)
C++/CLI 
public:
PointInteractiveEventArgs( 
   InteractiveModeStatus status,
   Point position
)

Parameters

status
The status of the interactive mode.
position
The location of the interactive point mode.

Example

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

Requirements

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

See Also