'Declaration Protected Overridable Sub OnImageProcessingFinished( _ ByVal image As VintasoftImage, _ ByVal command As ProcessingCommandBase _ )
protected virtual void OnImageProcessingFinished( VintasoftImage image, ProcessingCommandBase command )
protected: virtual void OnImageProcessingFinished( VintasoftImage* image, ProcessingCommandBase* command )
protected: virtual void OnImageProcessingFinished( VintasoftImage^ image, ProcessingCommandBase^ command )
Parameters
- image
- An image, which was processed.
- command
- An image processing command, which was applied to an image.