Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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.