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 > ColorResolutionCommand Class : 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.
Overrides RasterCommand.Run. Supported in Silverlight, Windows Phone 7

Syntax

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

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 ColorResolutionCommand

Remarks

Call this method to start the color resolution image processing command. For more information, refer to IRasterCommand.Run.

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