Add a new undo level to the undo collection specifying the description and if the Image is 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 void Add(
string undoDescription,
bool copyCurrent
)
Public Sub Add (
undoDescription As String,
copyCurrent As Boolean
)
Parameters
- undoDescription
- Type: SystemString
The textual description of this undo level. - copyCurrent
- Type: SystemBoolean
If true, the image will be copied into the undo collection.
See Also