Click or drag to resize

ThreadedCommandCommand Property

Sets or gets the underlying command that will be multithreaded.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImageCommand Command { get; set; }

Property Value

Type: ImageCommand
Remarks
In addition to being an ImageCommand, the given command must implement the IThreadableCommand and ICloneable interfaces.
See Also