WorkspaceApplyCommand Method (ImageCommand, String) |
Creates an undo level, then applies an
ImageCommand to the current image in order to process
it.
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 ApplyCommand(
ImageCommand command,
string undoDescription
)
Public Sub ApplyCommand (
command As ImageCommand,
undoDescription As String
)
Parameters
- command
- Type: Atalasoft.Imaging.ImageProcessingImageCommand
The Command to apply. Any object that inherits ImageCommand can be passed into
this method. - undoDescription
- Type: SystemString
A description of the undo level that will be added before processing.
See Also