Click or drag to resize

AnnotationControllerInvalidateAnnotation Method

Forces an annotation to be redrawn.

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 void InvalidateAnnotation(
	AnnotationUI annotation
)

Parameters

annotation
Type: Atalasoft.Annotate.UIAnnotationUI
The annotation to invalidate.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the annotation argument is null (Nothing in VB).
See Also