Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : Run Method |
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
Call this method to start the color resolution image processing command. For more information, refer to IRasterCommand.Run.