←Select platform

PointInteractiveEventArgs Constructor(InteractiveModeStatus,Point)

Summary

Initializes a new instance of the PointInteractiveEventArgs with specified values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal status As Leadtools.Windows.Controls.InteractiveModeStatus, _ 
   ByVal position As Point _ 
) 
public: 
PointInteractiveEventArgs(  
   Leadtools.Windows.Controls.InteractiveModeStatus status, 
   Point position 
) 

Parameters

status
The status of the interactive mode.

position
The location of the interactive point mode.

Example

For C#/VB examples, refer to InteractiveCenterAt.

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