Leadtools.ImageProcessing Namespace > IRasterCommand Interface : Run Method |
'Declaration Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags
'Usage Dim instance As IRasterCommand Dim image As RasterImage Dim value As RasterImageChangedFlags value = instance.Run(image)
int run(RasterImage image);
function Leadtools.ImageProcessing.IRasterCommand.Run( image )
Call this method to start the image processing command.
Each derived class must override this method to provide the actual image processing algorithm.