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



The RasterCommand class implements IRasterCommand.

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  
C++/CLI 
public ref class RasterCommand abstract : public IRasterCommand  

Example

For an example, refer to IRasterCommand

Remarks

The RasterCommand class is base class for image processing commands.

This class contains functionality for dealing with running an image processing command.

For more information refer to IRasterCommand

Inheritance Hierarchy

Requirements

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

See Also