LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RectangleInteractiveEventArgs Constructor(InteractiveModeStatus,Rect)
See Also 
Leadtools.Windows.Controls Namespace > RectangleInteractiveEventArgs Class > RectangleInteractiveEventArgs Constructor : RectangleInteractiveEventArgs Constructor(InteractiveModeStatus,Rect)



status
The status of the interactive mode.
bounds
The bounds of the interactive rectangle mode.
Initializes a new instance of the RectangleInteractiveEventArgs with specified values. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As InteractiveModeStatus, _
   ByVal bounds As Rect _
)
Visual Basic (Usage)Copy Code
Dim status As InteractiveModeStatus
Dim bounds As Rect
 
Dim instance As New RectangleInteractiveEventArgs(status, bounds)
C# 
public RectangleInteractiveEventArgs( 
   InteractiveModeStatus status,
   Rect bounds
)
C++/CLI 
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 ImageViewer.InteractiveUserRectangle.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also