←Select platform

LineInteractiveEventArgs Constructor(InteractiveModeStatus,Point,Point)

Summary

Initializes a new instance of the LineInteractiveEventArgs with specified values.

Syntax

C#
VB
C++
  
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 
) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly