Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal status As InteractiveModeStatus, _ ByVal begin As Point, _ ByVal end As Point _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim status As InteractiveModeStatus Dim begin As Point Dim end As Point Dim instance As New LineInteractiveEventArgs(status, begin, end) |
Parameters
- status
- The status of the interactive mode.
- begin
- The beginning point for the interactive line mode.
- end
- The end point for the interactive line mode.
For C#/VB examples, refer to ImageViewer.InteractivePan.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family