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)
Syntaxpublic ProcessUndo(
string undoDescription,
bool copyCurrent
)
Public Sub New (
undoDescription As String,
copyCurrent As Boolean
)
Parameters
- undoDescription
- Type: SystemString
The undo description. - copyCurrent
- Type: SystemBoolean
Specifies if the image should be copied before undoing.
See Also