Click or drag to resize

AnnotationUndo Constructor (Object, UndoChange, String)

Creates a new instance of AnnotationUndo specifying the object being modified and the type of change being performed.

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 AnnotationUndo(
	Object item,
	UndoChange change,
	string description
)

Parameters

item
Type: SystemObject
The object being changed.
change
Type: Atalasoft.AnnotateUndoChange
The type of change being performed.
description
Type: SystemString
A short string describing the undo.
See Also