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