Occurs when the user selects the menu or toolbar "Mouse Actions - Rectangle Annotation"
command. The user has selected the tool to create a rectangle 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 rectangle annotation when the left
mouse button is pressed over the image in the image window.
Visual Basic |
---|
Public Event OnMouseRectangleAnnotationStart() |
When the user clicks on the menu or toolbar button "Mouse Actions - Select Annotations", it
will first generate the "OnMouseRectangleAnnotationStart" event, then generate the
"OnMouseRectangleAnnotationFinish" event. The mouse will function to create a new
rectangle annotation.
will first generate the "OnMouseRectangleAnnotationStart" event, then generate the
"OnMouseRectangleAnnotationFinish" event. The mouse will function to create a new
rectangle annotation.