LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Run Method (RasterCommand)






The image on which the image processing command should be performed.
Implements IRasterCommand.Run. .NET support Silverlight support
Syntax
public virtual RasterImageChangedFlags Run( 
   RasterImage image
)
'Declaration
 
Public Overridable Function Run( _
   ByVal image As RasterImage _
) As RasterImageChangedFlags
'Usage
 
Dim instance As RasterCommand
Dim image As RasterImage
Dim value As RasterImageChangedFlags
 
value = instance.Run(image)
public virtual RasterImageChangedFlags Run( 
   RasterImage image
)
 function Leadtools.ImageProcessing.RasterCommand.Run( 
   image 
)
public:
virtual RasterImageChangedFlags Run( 
   RasterImage^ 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCommand Class
RasterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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