Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As BitmapSourceViewerInteractiveStatus, _ ByVal rc As Rect _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BitmapSourceViewerRectangleEventArgs( BitmapSourceViewerInteractiveStatus status, Rect rc ) |
Managed Extensions for 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.
For C#/VB examples, refer to IsInteractiveModeBusy.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family