LEADTOOLS (Leadtools assembly)

Run Method (IRasterCommand)

Show in webframe







The image on which the image processing command should be performed.
Runs the image processing command.
Syntax
'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 
)

Parameters

image
The image on which the image processing command should be performed.

Return Value

Leadtools.RasterImageChangedFlags flags which indicate the changes made to the specified image.
Remarks

Call this method to start the image processing command.

Each derived class must override this method to provide the actual image processing algorithm.

Example
For an example, refer to RasterCommand.
Requirements

Target Platforms

See Also

Reference

IRasterCommand Interface
IRasterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.