CachedImageAnnotationUndoManager Constructor |
Creates a new instance of CachedImageAnnotationUndoManager.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public CachedImageAnnotationUndoManager(
AnnotationUndoManager annotationUndoManager
)
Public Sub New (
annotationUndoManager As AnnotationUndoManager
)
Parameters
- annotationUndoManager
- Type: Atalasoft.Annotate.UIAnnotationUndoManager
The AnnotationUndoManager used by the
AnnotationController that contains the annotations.
See Also