LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

LineInteractiveEventArgs Constructor(InteractiveModeStatus,Point,Point)






The status of the interactive mode.
The beginning point for the interactive line mode.
The end point for the interactive line mode.
Initializes a new instance of the LineInteractiveEventArgs with specified values. .NET support Silverlight support
Syntax
public LineInteractiveEventArgs( 
   InteractiveModeStatus status,
   Point begin,
   Point end
)
'Declaration
 
Public Function New( _
   ByVal status As InteractiveModeStatus, _
   ByVal begin As Point, _
   ByVal end As Point _
)
'Usage
 
Dim status As InteractiveModeStatus
Dim begin As Point
Dim end As Point
 
Dim instance As New LineInteractiveEventArgs(status, begin, end)
public LineInteractiveEventArgs( 
   InteractiveModeStatus status,
   Point begin,
   Point end
)
function LineInteractiveEventArgs( 
   status ,
   begin ,
   end 
)
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 InteractivePan.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineInteractiveEventArgs Class
LineInteractiveEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.