Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

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.
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

Error processing SSI file