Click or drag to resize

IThreadableCommand Interface

This interface is applied to an ImageCommand to support parallelization.

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 interface IThreadableCommand

The IThreadableCommand type exposes the following members.

Properties
  NameDescription
Public propertyAutoThread
If set to true the IThreadableCommand will automatically parallelize image processing.
Top
Methods
  NameDescription
Public methodAdjustBands
Sets the image area which will be processed and also defines the bands or chunks of the image of which each will be sent to a separate thread.
Public methodPerformSectionCommand
Performs the command on a specified section of the image.
Top
Remarks
ImageCommand objects with this interface applied perform faster with multiple core processors and systems with multiple processors.
See Also

Reference

ImageCommand Class