Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As RasterViewerInteractiveStatus, _ ByVal beginPoint As Point, _ ByVal endPoint As Point _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterViewerLineEventArgs( RasterViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
Managed Extensions for C++ | |
---|---|
public: RasterViewerLineEventArgs( RasterViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
C++/CLI | |
---|---|
public: RasterViewerLineEventArgs( RasterViewerInteractiveStatus status, Point beginPoint, Point endPoint ) |
Parameters
- status
- The status of the interactive mode.
- beginPoint
- The beginning point for the interactive mode line.
- endPoint
- The end point for the interactive mode line.
Refer to InteractivePan.
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