Click or drag to resize

ProcessUndo Constructor (String, Boolean)

Initialize a new instance of ProcessUndo specifying the Undo Description and if the image should be copied.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public ProcessUndo(
	string undoDescription,
	bool copyCurrent
)

Parameters

undoDescription
Type: SystemString
The undo description.
copyCurrent
Type: SystemBoolean
Specifies if the image should be copied before undoing.
See Also