LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

LineInteractiveEventArgs Constructor(InteractiveModeStatus,Point,Point)

Show in webframe





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.
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
)

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

See Also

Reference

LineInteractiveEventArgs Class
LineInteractiveEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.