←Select platform

Run Method

Summary

Runs the image processing command.

Syntax

C#
VB
Java
C++
int run(RasterImage image); 

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.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly