C#
VB
C++
Initializes a new instance of the LineInteractiveEventArgs with specified values.
public LineInteractiveEventArgs(
InteractiveModeStatus status,
Point begin,
Point end
)
Public Function New( _
ByVal status As Leadtools.Windows.Controls.InteractiveModeStatus, _
ByVal begin As Point, _
ByVal end As Point _
)
public:
LineInteractiveEventArgs(
Leadtools.Windows.Controls.InteractiveModeStatus status,
Point begin,
Point end
)
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.
For C#/VB examples, refer to InteractivePan.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET