Click or drag to resize

ThreadedCommand Properties

The ThreadedCommand type exposes the following members.

Properties
  NameDescription
Public propertyApplyToAnyPixelFormat
Sets or gets the value of AppyToAnyPixelFormat in the underlying command.
(Overrides ImageCommandApplyToAnyPixelFormat.)
Public propertyCanApplyToAnyPixelFormat
Returns the value of CanApplyToAnyPixelFormat in the underlying command.
(Overrides ImageCommandCanApplyToAnyPixelFormat.)
Public propertyCommand
Sets or gets the underlying command that will be multithreaded.
Public propertyInPlaceProcessing
Returns the InPlaceProcessing value of the underlying command.
(Overrides ImageCommandInPlaceProcessing.)
Public propertyStatic memberOptimalThreadCount
Returns the best number of threads to use for the current system.
Public propertyProgress
Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the progress of the current process.
(Inherited from ImageCommand.)
Public propertyStripSize
Gets or sets the size of strips that will be processed by individual threads.
Public propertySupportedPixelFormats
Returns the value of SupportedPixelFormats of the underlying command.
(Overrides ImageCommandSupportedPixelFormats.)
Public propertyThreadCount
The total number of threads that will be used for this command.
Top
See Also