LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

RectangleInteractiveEventArgs Constructor(InteractiveModeStatus,Rect)






The status of the interactive mode.
The bounds of the interactive rectangle mode.
Initializes a new instance of the RectangleInteractiveEventArgs with specified values. .NET support Silverlight support
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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RectangleInteractiveEventArgs Class
RectangleInteractiveEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.