AnnotationUIRaiseMouseUpEvent Method |
Use this method to force a
MouseUp event on the annotation.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool RaiseMouseUpEvent(
AnnotationMouseEventArgs e
)
Public Function RaiseMouseUpEvent (
e As AnnotationMouseEventArgs
) As Boolean
Parameters
- e
- Type: Atalasoft.Annotate.UIAnnotationMouseEventArgs
An AnnotationMouseEventArgs containing information for this event.
Return Value
Type:
Boolean True if the annotation is finished being created. Point base annotations will return false while being
created until the final point.
Exceptions Exception | Condition |
---|
| Thrown if the event args is null (Nothing in VB). |
Remarks See Also