VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class
In This Topic
ProcessingCommandBase Class Methods
In This Topic
For a list of all methods of this type, see ProcessingCommandBase.
Public Methods
 NameDescription
Public MethodCreates a new processing command that is a copy of the current instance.
Public MethodCopies the state of the current command to the target command.
Public MethodOverloaded. Executes the image processing command.
Public MethodExecutes the image processing command in-place.
Public MethodOverloaded. Returns the pixel format of output image (image after processing) for input image with specified pixel format.
Public MethodReturns an array of rectangles, which represent optimal decomposition of the specified rectangle.
Public MethodReturns a value indicating whether specified native pixel format is supported by this processing command.
Public MethodReturns a value indicating whether specified pixel format is supported by this processing command.
Public MethodReturns the name of this image processing command.
Protected Methods
 NameDescription
Protected MethodReturns the image pixel format, which will have the processed image if command natively does not support pixel format of source image.
Protected MethodOverloaded. Processes the image and returns the processed image.
Protected MethodProcesses the image in-place.
Protected MethodRaises the ProcessingCommandBase.Progress event.
See Also