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




Allows an inheriting class to implement a RasterCommand class which, provides functionality for performing an image processing command on an image.

Syntax

Visual Basic (Declaration) 
Public Interface IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As IRasterCommand
C# 
public interface IRasterCommand 
Managed Extensions for C++ 
public __gc __interface IRasterCommand 
C++/CLI 
public interface class IRasterCommand 

Example

For an example, refer to RasterCommand.

Remarks

The RasterCommand class is the main image processing class, and implements the IRasterCommand interface.

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