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; }
Public Property Command As ImageCommand
Get
Set
Property Value
Type:
ImageCommandRemarks In addition to being an ImageCommand, the given command must implement the IThreadableCommand and
ICloneable interfaces.
See Also