Atalasoft dotImage Send comments on this topic.
IThreadableCommand Interface
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing Namespace : IThreadableCommand Interface




This interface is applied to an ImageCommand to support parallelizing.

Syntax

Visual Basic (Declaration) 
Public Interface IThreadableCommand 
Visual Basic (Usage)Copy Code
Dim instance As IThreadableCommand
C# 
public interface IThreadableCommand 
Managed Extensions for C++ 
public __gc __interface IThreadableCommand 
C++/CLI 
public interface class IThreadableCommand 

Remarks

ImageCommand objects with this interface applied perform faster with multiple core processors and systems with multiple processors.

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also