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



The IRasterCommand interface allows an inheriting class to implement a RasterCommand class.

Syntax

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

Remarks

Provides functionality for performing an image processing command on a RasterImage

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

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also