Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Run(RasterImage) Method
See Also 
Leadtools.ImageProcessing Namespace > RasterCommand Class > Run Method : Run(RasterImage) Method



image
The RasterImage on which the image processing command should be performed.
image
The RasterImage on which the image processing command should be performed.
Implements IRasterCommand.Run

Syntax

Visual Basic (Declaration) 
Overloads Public Overridable Function Run( _
   ByVal image As RasterImage _
) As RasterImageChangedFlags
Visual Basic (Usage)Copy Code
Dim instance As RasterCommand
Dim image As RasterImage
Dim value As RasterImageChangedFlags
 
value = instance.Run(image)
C# 
public virtual RasterImageChangedFlags Run( 
   RasterImage image
)
C++/CLI 
public:
virtual RasterImageChangedFlags Run( 
   RasterImage^ image
) 

Parameters

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

Example

For more information and an example, refer to IRasterCommand.Run

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also