'Declaration Protected Overridable Sub OnImageProcessingStarted( _
ByVal imageAn image, which will be processed.As Vintasoft.Imaging.VintasoftImage, _
ByVal commandAn image processing command, which will be applied to an image.As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase _
)
protected virtual void OnImageProcessingStarted(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase command
)
Parameters
- image
- An image, which will be processed.
- command
- An image processing command, which will be applied to an image.