Click or drag to resize

WorkspaceApplyCommand Method (ImageCommand)

Applies an ImageCommand to the current image in order to process it.
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
)

Parameters

command
Type: Atalasoft.Imaging.ImageProcessingImageCommand
The Command to apply. Any object that inherits ImageCommand can be passed into this method.
Remarks
If Asynchronous is true, the command will be processed in a background thread.
See Also