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

RectangleInteractiveEventArgs Constructor(InteractiveModeStatus,Rect)

Show in webframe





The status of the interactive mode.
The bounds of the interactive rectangle mode.
Initializes a new instance of the RectangleInteractiveEventArgs with specified values.
Syntax
public RectangleInteractiveEventArgs( 
   InteractiveModeStatus status,
   Rect bounds
)
'Declaration
 
Public Function New( _
   ByVal status As InteractiveModeStatus, _
   ByVal bounds As Rect _
)
'Usage
 
Dim status As InteractiveModeStatus
Dim bounds As Rect
 
Dim instance As New RectangleInteractiveEventArgs(status, bounds)

            

            
public:
RectangleInteractiveEventArgs( 
   InteractiveModeStatus status,
   Rect bounds
)

Parameters

status
The status of the interactive mode.
bounds
The bounds of the interactive rectangle mode.
Example

For C#/VB examples, refer to InteractiveUserRectangle.

Requirements

Target Platforms

See Also

Reference

RectangleInteractiveEventArgs Class
RectangleInteractiveEventArgs Members
Overload List

 

 


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