ProcessingCommandBase Class Methods
In This Topic
For a list of all methods of this type, see
ProcessingCommandBase.
Public Methods
| | Name | Description |
 | Clone | Creates a new processing command that is a copy of the current instance. |
 | CopyTo | Copies the state of the current command to the target command. |
 | Execute | Overloaded. Executes the image processing command. |
 | ExecuteInPlace | Executes the image processing command in-place. |
 | GetOutputPixelFormat | Overloaded. Returns the pixel format of output image (image after processing) for input image with specified pixel format. |
 | GetRegionOptimalDecomposition | Returns an array of rectangles, which represent optimal decomposition of the specified rectangle. |
 | IsNativePixelFormatSupported | Returns a value indicating whether specified native pixel format is supported by this processing command. |
 | IsPixelFormatSupported | Returns a value indicating whether specified pixel format is supported by this processing command. |
 | ToString | Returns the name of this image processing command. |
Protected Methods
See Also