Click or drag to resize

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
)

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
ExceptionCondition
Thrown if the event args is null (Nothing in VB).
Remarks
The OnMouseUp(AnnotationMouseEventArgs) method is called as a result of using RaiseMouseUpEvent.
See Also