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