LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
LineInteractiveEventArgs Constructor(InteractiveModeStatus,Point,Point)
See Also 
Leadtools.Windows.Controls Namespace > LineInteractiveEventArgs Class > LineInteractiveEventArgs Constructor : LineInteractiveEventArgs Constructor(InteractiveModeStatus,Point,Point)



status
The status of the interactive mode.
begin
The beginning point for the interactive line mode.
end
The end point for the interactive line mode.
Initializes a new instance of the LineInteractiveEventArgs with specified values. Supported in Silverlight, Windows Phone 7

Syntax

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

Parameters

status
The status of the interactive mode.
begin
The beginning point for the interactive line mode.
end
The end point for the interactive line mode.

Example

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

Requirements

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

See Also