LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Run Method
See Also 
Leadtools.ImageProcessing Namespace > IRasterCommand Interface : Run Method



image
The image on which the image processing command should be performed.
image
The image on which the image processing command should be performed.
Runs the image processing command. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Function Run( _
   ByVal image As RasterImage _
) As RasterImageChangedFlags
Visual Basic (Usage)Copy Code
Dim instance As IRasterCommand
Dim image As RasterImage
Dim value As RasterImageChangedFlags
 
value = instance.Run(image)

Parameters

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

Return Value

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

Example

For an example, refer to RasterCommand.

Remarks

Call this method to start the image processing command.

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also