Occurs when the user selects the menu or toolbar "Mouse Actions - Polyline Annotation" command. The user has selected the tool to create a polyline annotation when the left mouse button is pressed over the image in the image window.
Visual Basic |
---|
Public Event OnMousePolylineAnnotationStart() |
When the user clicks on the menu or toolbar button "Mouse Actions - Polyline Annotation", it
will first generate the "OnMousePolylineAnnotationStart" event, then generate the
"OnMousePolylineAnnotationFinish" event. The mouse will function to create a polyline
annotation.
will first generate the "OnMousePolylineAnnotationStart" event, then generate the
"OnMousePolylineAnnotationFinish" event. The mouse will function to create a polyline
annotation.