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: 2026.2.0.0.42 (.NET 4.6.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