Click or drag to resize

WorkspaceViewerApplyCommand Method (ImageCommand, String)

Applies an ImageCommand to the current image with a custom undo description.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ApplyCommand(
	ImageCommand command,
	string undoDescription
)

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 text description of the action being performed.
See Also