C#
VB
C++
Initializes a new instance of the PointInteractiveEventArgs with specified values.
public PointInteractiveEventArgs(
InteractiveModeStatus status,
Point position
)
Public Function New( _
ByVal status As Leadtools.Windows.Controls.InteractiveModeStatus, _
ByVal position As Point _
)
public:
PointInteractiveEventArgs(
Leadtools.Windows.Controls.InteractiveModeStatus status,
Point position
)
status
The status of the interactive mode.
position
The location of the interactive point mode.
For C#/VB examples, refer to InteractiveCenterAt.
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