| Visual Basic (Declaration) | |
|---|---|
| Public Function New( _ ByVal status As ImageViewerInteractiveStatus, _ ByVal beginPoint As Point, _ ByVal endPoint As Point _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public ImageViewerLineEventArgs( ImageViewerInteractiveStatus status, Point beginPoint, Point endPoint ) | |
| C++/CLI | |
|---|---|
| public: ImageViewerLineEventArgs( ImageViewerInteractiveStatus 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
     
     
     
    