ThreadedCommand Properties |
The ThreadedCommand type exposes the following members.
Name | Description | |
---|---|---|
ApplyToAnyPixelFormat | Sets or gets the value of AppyToAnyPixelFormat in the underlying command. (Overrides ImageCommandApplyToAnyPixelFormat.) | |
CanApplyToAnyPixelFormat | Returns the value of CanApplyToAnyPixelFormat in the underlying command. (Overrides ImageCommandCanApplyToAnyPixelFormat.) | |
Command | Sets or gets the underlying command that will be multithreaded. | |
InPlaceProcessing | Returns the InPlaceProcessing value of the underlying command. (Overrides ImageCommandInPlaceProcessing.) | |
OptimalThreadCount | Returns the best number of threads to use for the current system. | |
Progress | Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the
progress of the current process. (Inherited from ImageCommand.) | |
StripSize | Gets or sets the size of strips that will be processed by individual threads. | |
SupportedPixelFormats | Returns the value of SupportedPixelFormats of the underlying command. (Overrides ImageCommandSupportedPixelFormats.) | |
ThreadCount | The total number of threads that will be used for this command. |