←Select platform

Run Method

Summary

Runs the image processing commands in the RasterCommandsList sequentially on the image.

Syntax
C#
VB
Objective-C
C++
Java
public void Run( 
   RasterImage image 
) 
Public Sub Run(Dim image As RasterImage) 
- (BOOL)run:(LTRasterImage *)image error:(NSError **)error;      
public void Run(RasterImage image) 
public: 
void Run(RasterImage^ image);  

Parameters

image
The image on which the image processing commands are to be performed.

Example

For an example, refer to RasterCommandsList.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly