LEADTOOLS (Leadtools assembly)

Run Method (ColorResolutionCommand)

Show in webframe







The image on which the image processing command should be performed.
Overrides RasterCommand.Run.
Syntax
public override RasterImageChangedFlags Run( 
   RasterImage image
)
'Declaration
 
Public Overrides Function Run( _
   ByVal image As RasterImage _
) As RasterImageChangedFlags
'Usage
 
Dim instance As ColorResolutionCommand
Dim image As RasterImage
Dim value As RasterImageChangedFlags
 
value = instance.Run(image)
public override RasterImageChangedFlags Run( 
   RasterImage image
)

            

            
 function Leadtools.ImageProcessing.ColorResolutionCommand.Run( 
   image 
)
public:
RasterImageChangedFlags Run( 
   RasterImage^ image
) override 

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 color resolution image processing command. For more information, refer to IRasterCommand.Run.

Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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