Click or drag to resize

WorkspaceViewer.ApplyCommand Method (ImageCommand)

Applies an ImageCommand to the current image.

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
)

Parameters

command
Type: Atalasoft.Imaging.ImageProcessing.ImageCommand
The Command to apply. Any object that inherits ImageCommand can be passed into this method.
Remarks
Applies an ImageCommand to the current image in order to process it.
See Also