Click or drag to resize

AtalaImageViewerApplyCommand Method

Applies a command to the current image.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.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 image command to apply.
Exceptions
ExceptionCondition
Thrown if the command argument is null (Nothing in VB).
See Also