Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BitmapSourceViewerRectangleEventArgs Constructor(BitmapSourceViewerInteractiveStatus,Rect)
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerRectangleEventArgs Class > BitmapSourceViewerRectangleEventArgs Constructor : BitmapSourceViewerRectangleEventArgs Constructor(BitmapSourceViewerInteractiveStatus,Rect)



status
The status of the interactive mode.
rc
Interactive mode rectangle.
Initializes a new BitmapSourceViewerRectangleEventArgs with specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal status As BitmapSourceViewerInteractiveStatus, _
   ByVal rc As Rect _
)
Visual Basic (Usage)Copy Code
Dim status As BitmapSourceViewerInteractiveStatus
Dim rc As Rect
 
Dim instance As BitmapSourceViewerRectangleEventArgs(status, rc)
C# 
public BitmapSourceViewerRectangleEventArgs( 
   BitmapSourceViewerInteractiveStatus status,
   Rect rc
)
C++/CLI 
public:
BitmapSourceViewerRectangleEventArgs( 
   BitmapSourceViewerInteractiveStatus status,
   Rect rc
)

Parameters

status
The status of the interactive mode.
rc
Interactive mode rectangle.

Example

For C#/VB examples, refer to BitmapSourceViewer.IsInteractiveModeBusy.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also