Click or drag to resize

ThreadedCommand Constructor

Initializes a new instance of the ThreadedCommand class

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 ThreadedCommand()
Remarks
ThreadedCommand is not an image processing command itself. It applies multithreading to other commands that support multithreading.
See Also