| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal status As RasterViewerInteractiveStatus, _ ByVal beginPoint As Point, _ ByVal endPoint As Point _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim status As RasterViewerInteractiveStatus Dim beginPoint As Point Dim endPoint As Point Dim instance As New RasterViewerLineEventArgs(status, beginPoint, endPoint) | |
| 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7