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.
For C#/VB examples, refer to ImageViewer.InteractiveUserRectangle.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family