Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As RasterViewerInteractiveStatus, _ ByVal rc As Rectangle _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterViewerRectangleEventArgs( RasterViewerInteractiveStatus status, Rectangle rc ) |
Managed Extensions for C++ | |
---|---|
public: RasterViewerRectangleEventArgs( RasterViewerInteractiveStatus status, Rectangle rc ) |
C++/CLI | |
---|---|
public: RasterViewerRectangleEventArgs( RasterViewerInteractiveStatus status, Rectangle rc ) |
Parameters
- status
- The status of the interactive mode.
- rc
- Interactive mode rectangle.
Refer to IsInteractiveModeBusy.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family