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)
Syntaxpublic ImageCommand Command { get; set; }Public Property Command As ImageCommand
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