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: 11.4.0.9.0.377 (.NET 4.5.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