Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : RasterCommand Class




The RasterCommand class implements IRasterCommand and is the base class for all LEADTOOLS image processing commands.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class RasterCommand 
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As RasterCommand
C# 
public abstract class RasterCommand : IRasterCommand  
Managed Extensions for C++ 
public __gc abstract class RasterCommand : public IRasterCommand  
C++/CLI 
public ref class RasterCommand abstract : public IRasterCommand  

Example

This example runs two image processing commands on an image showing the progress percentage.

Remarks

The RasterCommand class is the base class for all LEADTOOLS image processing commands.

This class contains functionality for dealing with running an image processing command, including progress status of the command.

Inheritance Hierarchy

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also