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

PointInteractiveEventArgs Constructor(InteractiveModeStatus,Point)

Show in webframe





The status of the interactive mode.
The location of the interactive point mode.
Initializes a new instance of the PointInteractiveEventArgs with specified values.
Syntax
public PointInteractiveEventArgs( 
   InteractiveModeStatus status,
   Point position
)
'Declaration
 
Public Function New( _
   ByVal status As InteractiveModeStatus, _
   ByVal position As Point _
)
'Usage
 
Dim status As InteractiveModeStatus
Dim position As Point
 
Dim instance As New PointInteractiveEventArgs(status, position)

            

            
public:
PointInteractiveEventArgs( 
   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

See Also

Reference

PointInteractiveEventArgs Class
PointInteractiveEventArgs Members
Overload List

 

 


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